| { |
| "name": "AppPaoPaoSDK", |
| "version": "1.1.0", |
| "license": "BSD", |
| "summary": "AppPaoPao ios sdk.", |
| "homepage": "http://www.apppaopao.com", |
| "authors": { |
| "Richard Huang": "flyerhzm@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/AppPaoPao/apppaopao-ios-sdk.git", |
| "tag": "1.1.0" |
| }, |
| "platforms": { |
| "ios": null |
| }, |
| "source_files": "AppPaoPao/*.{h,m}", |
| "resources": "AppPaoPao/Resources/*.{xib,png}", |
| "preserve_paths": [ |
| "AppPaoPao.xcodeproj", |
| "AppPaoPaoResources" |
| ], |
| "frameworks": [ |
| "CoreGraphics", |
| "Foundation", |
| "UIKit" |
| ], |
| "weak_frameworks": "CoreTelephony", |
| "requires_arc": true, |
| "xcconfig": { |
| "OTHER_LDFLAGS": "-ObjC" |
| }, |
| "prepare_command": "echo \"This Pod relies on the removed \\`pre_install\\` or \\`post_install\\` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details.\" && exit 1" |
| } |