| { |
| "name": "MIAJPush", |
| "version": "0.0.3", |
| "summary": "MIAJPush", |
| "description": "*use for jpush", |
| "homepage": "https://github.com/tianjackyang/MIAJPush", |
| "license": "MIT", |
| "authors": { |
| "tianjackyang": "919548782@qq.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/tianjackyang/MIAJPush.git", |
| "tag": "0.0.3", |
| "submodules": true |
| }, |
| "source_files": [ |
| "Pod", |
| "Pod/**/*.{h,m}" |
| ], |
| "frameworks": [ |
| "CFNetwork", |
| "CoreFoundation", |
| "CoreTelephony", |
| "SystemConfiguration", |
| "CoreGraphics", |
| "Foundation", |
| "UIKit", |
| "Security" |
| ], |
| "libraries": "z", |
| "vendored_libraries": "Pod/JPush/jpush-ios-2.1.0.a", |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "JPush", |
| "source_files": "Pod/JPush/**/*.{h,m}" |
| } |
| ] |
| } |