[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 1 / 0 / 6 / AppPaoPaoSDK / 0.0.2 / AppPaoPaoSDK.podspec.json
blobce57bb502b871d424eb357464429e489be0ee13d
2   "name": "AppPaoPaoSDK",
3   "version": "0.0.2",
4   "license": "BSD",
5   "summary": "AppPaoPao ios sdk.",
6   "homepage": "http://www.apppaopao.com",
7   "authors": {
8     "Richard Huang": "flyerhzm@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/AppPaoPao/apppaopao-ios-sdk.git",
12     "tag": "0.0.2"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source_files": "AppPaoPao/*.{h,m}",
18   "resources": "AppPaoPao/Resources/*.{xib,png}",
19   "preserve_paths": [
20     "AppPaoPao.xcodeproj",
21     "AppPaoPaoResources"
22   ],
23   "frameworks": [
24     "CoreGraphics",
25     "Foundation",
26     "UIKit"
27   ],
28   "weak_frameworks": "CoreTelephony",
29   "requires_arc": true,
30   "xcconfig": {
31     "OTHER_LDFLAGS": "-ObjC"
32   },
33   "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"