{ | |
"name": "RCPodLibrary", | |
"version": "0.1.0", | |
"summary": "A short description.", | |
"homepage": "https://github.com/dander521/RCPodLibrary", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"RogerChen": "123020990@qq.com" | |
}, | |
"source": { | |
"git": "https://github.com/dander521/RCPodLibrary.git", | |
"tag": "0.1.0" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source_files": "RCPodLibrary/Classes/**/*", | |
"resource_bundles": { | |
"RCPodLibrary": [ | |
"RCPodLibrary/Assets/**/*.jpg" | |
] | |
} | |
} |