[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 5 / f / nakilib / 1.0.8 / nakilib.podspec.json
blob5f58f20fa7056eb6438807922093a8415b71744b
2   "name": "nakilib",
3   "version": "1.0.8",
4   "source": {
5     "git": "https://github.com/NagiYan/nakilib.git",
6     "tag": "1.0.8"
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     "SAMWebView": [
22     ],
23     "ReactiveCocoa": [
24       "~> 2.5"
25     ],
26     "AFNetworking": [
28     ],
29     "Masonry": [
31     ],
32     "Reachability": [
34     ],
35     "MJRefresh": [
37     ],
38     "MGSwipeTableCell": [
40     ],
41     "ChameleonFramework": [
43     ],
44     "pop": [
46     ],
47     "SDWebImage": [
49     ]
50   },
51   "subspecs": [
52     {
53       "name": "All",
54       "ios": {
55         "dependencies": {
56           "nakilib/MRC": [
58           ],
59           "nakilib/ARC": [
61           ]
62         }
63       }
64     },
65     {
66       "name": "MRC",
67       "requires_arc": false,
68       "source_files": "nakilib/ui/view/MKNumberBadgeView.*",
69       "exclude_files": "nakilib/LICENSE",
70       "frameworks": "UIKit"
71     },
72     {
73       "name": "ARC",
74       "requires_arc": true,
75       "source_files": [
76         "nakilib/**/*",
77         "nakilib/ui/**/*",
78         "nakilib/communication/**/*",
79         "nakilib/device/**/*"
80       ],
81       "exclude_files": [
82         "nakilib/LICENSE",
83         "nakilib/ui/view/MKNumberBadgeView.*"
84       ],
85       "frameworks": "UIKit"
86     }
87   ]