123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "WQPlayBallLiveQiu",
- "version": "0.1.0",
- "summary": "A short description of WQPlayBallLiveQiu.",
- "description": "TODO: Add long description of the pod here.",
- "homepage": "https://github.com/xx/WQPlayBallLiveQiu",
- "license": {
- "type": "MIT",
- "file": "LICENSE"
- },
- "authors": {
- "xx": "xx"
- },
- "source": {
- "git": "https://github.com/xx/WQPlayBallLiveQiu.git",
- "tag": "0.1.0"
- },
- "platforms": {
- "ios": "10.0"
- },
- "static_framework": true,
- "source_files": "WQPlayBallLiveQiu/Classes/**/*",
- "xcconfig": {
- "USER_HEADER_SEARCH_PATHS": [
- "\"$(SRCROOT)/../../SDK/inc\""
- ]
- },
- "user_target_xcconfig": {
- "ENABLE_BITCODE": "NO"
- },
- "dependencies": {
- "PBSDK": [
- ],
- "MJExtension": [
- ]
- }
- }
|