[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 0 / a / e / EZKit / 0.0.1 / EZKit.podspec.json
blobafe13ce3d97b7c7f88c7b662383e6bb0c92f5751
2   "name": "EZKit",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/iphone5s/EZKit",
8   "authors": {
9     "Ezreal": "453742103@qq.com"
10   },
11   "summary": "EZKit for ios",
12   "source": {
13     "git": "https://github.com/iphone5s/EZKit.git",
14     "tag": "0.0.1"
15   },
16   "source_files": "EZKit/EZKit/**/*",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "dependencies": {
22     "Masonry": [
24     ],
25     "FCUUID": [
27     ],
28     "pop": [
30     ],
31     "Reachability": [
33     ],
34     "MBProgressHUD": [
35       "~> 0.9.2"
36     ],
37     "YTKNetwork": [
39     ]
40   },
41   "subspecs": [
42     {
43       "name": "SafeCore",
44       "source_files": "EZKit/EZKit/SafeCore/SafeCore/*"
45     },
46     {
47       "name": "SafeMRC",
48       "requires_arc": false,
49       "compiler_flags": "-ObjC",
50       "dependencies": {
51         "EZKit/SafeCore": [
53         ]
54       },
55       "source_files": "EZKit/EZKit/SafeCore/MRC/*"
56     }
57   ]