| { |
| "name": "JKTestPod", |
| "version": "0.1.0", |
| "summary": "This is my first test", |
| "description": "GOOD JOB! worry about the indent, CocoaPods strips it!", |
| "homepage": "https://github.com/chenkaixiao/JKTestPod", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "chenkaixiao": "chenkaixiao@robot0.com" |
| }, |
| "source": { |
| "git": "https://github.com/chenkaixiao/JKTestPod.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "JKTestPod/Classes/**/*", |
| "public_header_files": "JKTestPod/Classes/**/*.h", |
| "frameworks": [ |
| "UIKit", |
| "MapKit" |
| ] |
| } |