[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 5 / f / nakilib / 1.0.7 / nakilib.podspec.json
blobaf18c42850b5bdfc532cfb5d15b9dde5aede3e95
2   "name": "nakilib",
3   "version": "1.0.7",
4   "summary": "my lib, with some usefull tools",
5   "description": "my lib, with some usefull tools, for private use",
6   "homepage": "https://github.com/NagiYan/nakilib",
7   "license": "MIT",
8   "authors": {
9     "nagi": "yxj@foxmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/NagiYan/nakilib.git",
16     "tag": "1.0.7"
17   },
18   "default_subspecs": "All",
19   "dependencies": {
20     "AFNetworking": [
22     ],
23     "Masonry": [
25     ],
26     "Reachability": [
28     ],
29     "MJRefresh": [
31     ],
32     "MGSwipeTableCell": [
34     ],
35     "ReactiveCocoa": [
36       "~> 2.5"
37     ],
38     "ChameleonFramework": [
40     ],
41     "pop": [
43     ],
44     "SDWebImage": [
46     ],
47     "SAMWebView": [
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": [
69         "nakilib/**/*",
70         "nakilib/ui/**/*",
71         "nakilib/communication/**/*",
72         "nakilib/device/**/*"
73       ],
74       "exclude_files": [
75         "nakilib/LICENSE",
76         "nakilib/ui/View/SquareLoadingView.*",
77         "nakilib/ui/View/SimpleWebView.*"
78       ],
79       "frameworks": [
80         "UIKit",
81         "ImageIO",
82         "MapKit"
83       ]
84     },
85     {
86       "name": "ARC",
87       "requires_arc": true,
88       "source_files": [
89         "nakilib/LICENSE",
90         "nakilib/ui/View/SquareLoadingView.*",
91         "nakilib/ui/View/SimpleWebView.*"
92       ],
93       "frameworks": "UIKit"
94     }
95   ]