[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / a / c / AnobiKit / 0.7.0 / AnobiKit.podspec.json
blob2d3f3de571a42d189cf597806549be1018c275bd
2   "name": "AnobiKit",
3   "version": "0.7.0",
4   "summary": "AnobiKit - utilities collection useful to Objective-C iOS Developer.",
5   "description": "AnobiKit - utilities collection useful to Objective-C iOS Developer.\n---",
6   "homepage": "https://github.com/Anobisoft/AnobiKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stanislav Pletnev": "anobisoft@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/Anobisoft",
15   "platforms": {
16     "ios": "8.3"
17   },
18   "source": {
19     "git": "https://github.com/Anobisoft/AnobiKit.git",
20     "tag": "0.7.0"
21   },
22   "source_files": "AnobiKit/**/*.{h,m}",
23   "frameworks": "Foundation",
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "AKFoundation",
28       "source_files": "AKFoundation/**/*.{h,m,mm}",
29       "public_header_files": "AKFoundation/**/*.h"
30     },
31     {
32       "name": "AKApplication",
33       "dependencies": {
34         "AnobiKit/AKFoundation": [
36         ]
37       },
38       "source_files": "AKApplication/**/*.{h,m,mm}",
39       "public_header_files": "AKApplication/*.h"
40     },
41     {
42       "name": "AKCoding",
43       "dependencies": {
44         "AnobiKit/AKFoundation": [
46         ]
47       },
48       "source_files": "AKCoding/**/*.{h,m,mm}",
49       "public_header_files": "AKCoding/*.h"
50     },
51     {
52       "name": "AKLocation",
53       "dependencies": {
54         "AnobiKit/AKFoundation": [
56         ]
57       },
58       "source_files": "AKLocation/**/*.{h,m,mm}",
59       "public_header_files": "AKLocation/*.h",
60       "private_header_files": "AKLocation/Private/*.h",
61       "frameworks": "CoreLocation"
62     },
63     {
64       "name": "AKStrings",
65       "source_files": "AKStrings/**/*.{h,m,mm}",
66       "public_header_files": "AKStrings/*.h"
67     },
68     {
69       "name": "AKFormatters",
70       "source_files": "AKFormatters/**/*.{h,m,mm}",
71       "public_header_files": "AKFormatters/*.h"
72     },
73     {
74       "name": "AKCoreData",
75       "source_files": "AKCoreData/**/*.{h,m,mm}",
76       "public_header_files": "AKCoreData/*.h"
77     },
78     {
79       "name": "AnobiUIKit",
80       "dependencies": {
81         "AnobiKit/AKFoundation": [
83         ],
84         "AnobiKit/AKStrings": [
86         ]
87       },
88       "source_files": "AnobiUIKit/**/*.{h,m,mm}",
89       "public_header_files": "AnobiUIKit/**/*.h"
90     }
91   ]