| { |
| "name": "chrisTestP", |
| "version": "0.1.2", |
| "summary": "a test project.", |
| "swift_version": "4", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/Chris0702/chrisTestP", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Chris0702": "jieyu0702@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/Chris0702/chrisTestP.git", |
| "tag": "0.1.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "chrisTestP/Classes/**/*", |
| "resource_bundles": { |
| "Test_PrivateCocoaPod_A": [ |
| "chrisTestP/Assets/*.{storyboard,xib,xcassets,json,imageset,png}" |
| ] |
| } |
| } |