| { |
| "name": "ios_property_collector", |
| "version": "0.1.0", |
| "summary": "ios collector about device info", |
| "homepage": "https://code.int.jumei.com/ios_property_collector/", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zhiz": "zhiz@jumei.com" |
| }, |
| "source": { |
| "hg": "ssh://code@code.int.jumei.com/ios_property_collector", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "ios_property_collector/Classes/**/*", |
| "public_header_files": "ios_property_collector/Classes/Public/*.h", |
| "frameworks": "UIKit", |
| "libraries": "resolv", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.2.1" |
| ], |
| "libextobjc": [ |
| "~> 0.4.1" |
| ] |
| } |
| } |