[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 5 / 2 / OdinPush / 0.2.1 / OdinPush.podspec.json
blobe23e1d9f9939ddb4d34e7cc8ed14385633bc35f2
2   "name": "OdinPush",
3   "version": "0.2.1",
4   "summary": "奥丁推送SDK",
5   "description": "奥丁推送SDK, 几行代码实现远程推送",
6   "homepage": "https://github.com/odindata/OdinPush",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bacon": "baconli@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/odindata/OdinPush.git",
16     "tag": "0.2.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "vendored_frameworks": "OdinPush/Core/OdinPushSDK.framework",
22   "compiler_flags": "-ObjC",
23   "libraries": [
24     "c++",
25     "z"
26   ],
27   "dependencies": {
28     "OdinDomainSecurity": [
29       "~> 0.1.0"
30     ]
31   }