[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 4 / 5 / f / nakilib / 1.0.10 / nakilib.podspec.json
blob2d8b3700e6cd37d5eb4c9955fe841f563f16ad80
2   "name": "nakilib",
3   "version": "1.0.10",
4   "source": {
5     "git": "https://github.com/NagiYan/nakilib.git",
6     "tag": "1.0.10"
7   },
8   "summary": "my lib, with some usefull tools",
9   "description": "my lib, with some usefull tools, for private use",
10   "homepage": "https://github.com/NagiYan/nakilib",
11   "license": "MIT",
12   "authors": {
13     "nagi": "yxj@foxmail.com"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "default_subspecs": "All",
19   "dependencies": {
20     "ReactiveCocoa": [
21       "~> 2.5"
22     ],
23     "AFNetworking": [
25     ],
26     "Masonry": [
28     ],
29     "Reachability": [
31     ],
32     "MJRefresh": [
34     ],
35     "MGSwipeTableCell": [
37     ],
38     "ChameleonFramework": [
40     ],
41     "pop": [
43     ],
44     "SDWebImage": [
46     ]
47   },
48   "subspecs": [
49     {
50       "name": "All",
51       "ios": {
52         "dependencies": {
53           "nakilib/MRC": [
55           ],
56           "nakilib/ARC": [
58           ]
59         }
60       }
61     },
62     {
63       "name": "MRC",
64       "requires_arc": false,
65       "source_files": "nakilib/ui/view/MKNumberBadgeView.*",
66       "exclude_files": "nakilib/LICENSE",
67       "frameworks": "UIKit"
68     },
69     {
70       "name": "ARC",
71       "requires_arc": true,
72       "source_files": [
73         "nakilib/**/*",
74         "nakilib/ui/**/*",
75         "nakilib/communication/**/*",
76         "nakilib/device/**/*"
77       ],
78       "exclude_files": [
79         "nakilib/LICENSE",
80         "nakilib/ui/view/MKNumberBadgeView.*"
81       ],
82       "frameworks": "UIKit"
83     }
84   ]