[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / 1 / 7 / ZYPrivatePodDemo / 0.3.0 / ZYPrivatePodDemo.podspec.json
blob40c874b7f8e9b21320c3ac7359630d9d7b39183f
2   "name": "ZYPrivatePodDemo",
3   "version": "0.3.0",
4   "summary": "私有库测试demo.",
5   "description": "测试建立的私有库测试demo.",
6   "homepage": "https://github.com/ZhengYin1/ZYPrivatePodDemo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ZhengYin1": "zhengyin1@xiaomi.com"
13   },
14   "source": {
15     "git": "https://github.com/ZhengYin1/ZYPrivatePodDemo.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ZYPrivatePodDemo/Classes/**/*",
22   "requires_arc": [
23     "ZYPrivatePodDemo/Classes/NSObject+SafeSwizzle.m",
24     "ZYPrivatePodDemo/Classes/ZYSafeUtilsManager.m"
25   ],
26   "frameworks": [
27     "UIKit",
28     "MapKit",
29     "Foundation"
30   ],
31   "dependencies": {
32     "AFNetworking": [
34     ],
35     "ZYSafeArrayAndDictionary": [
36       "~> 0.6.0"
37     ],
38     "WCDB": [
40     ]
41   }