| { |
| "name": "PickerController", |
| "version": "0.1.0", |
| "summary": "PickerController, has many functions.", |
| "description": "PickerController, has many functions. I love it.", |
| "homepage": "https://github.com/xiongxiong/PickerController", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "xiongxiong": "xiongxiong0619@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/xiongxiong/PickerController.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Framework/PickerController/**/*", |
| "public_header_files": "Framework/PickerController/*.h", |
| "frameworks": "UIKit", |
| "dependencies": { |
| "SwiftyJSON": [ |
| "~> 3.0" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |