| { | |
| "name": "cocoapodsIntegrationTest", | |
| "version": "0.0.2", | |
| "summary": "A short description", | |
| "description": "some descrption", | |
| "homepage": "http://EXAMPLE/cocoapodstest", | |
| "license": "MIT", | |
| "authors": "Junsheng Guo", | |
| "platforms": { | |
| "ios": "9.3" | |
| }, | |
| "source": { | |
| "git": "https://github.com/JunshengGuo-IR/TestCocoapodsIntegration.git", | |
| "tag": "0.0.2" | |
| }, | |
| "source_files": "cocoapodsTest/**/*.h", | |
| "public_header_files": "cocoapodsTest/**/*.h", | |
| "vendored_libraries": "cocoapodsTest/libcocoapodsTest.a" | |
| } |