[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / a / c / AnobiKit / 0.13.2 / AnobiKit.podspec.json
blobfdced1fded95f75adc997215d24ed70e8941e403
2   "name": "AnobiKit",
3   "version": "0.13.2",
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": "9.3",
17     "watchos": "3.0"
18   },
19   "source": {
20     "git": "https://github.com/Anobisoft/AnobiKit.git",
21     "tag": "0.13.2"
22   },
23   "source_files": "AnobiKit/AnobiKit.h",
24   "frameworks": "Foundation",
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "AKFoundation",
29       "source_files": "AnobiKit/AKFoundation/**/*.{h,m,mm}",
30       "public_header_files": "AnobiKit/AKFoundation/**/*.h"
31     },
32     {
33       "name": "AKCoding",
34       "dependencies": {
35         "AnobiKit/AKFoundation": [
37         ]
38       },
39       "source_files": "AnobiKit/AKCoding/**/*.{h,m,mm}",
40       "public_header_files": "AnobiKit/AKCoding/*.h"
41     },
42     {
43       "name": "AKList",
44       "dependencies": {
45         "AnobiKit/AKFoundation": [
47         ]
48       },
49       "source_files": "AnobiKit/AKList/**/*.{h,m,mm}",
50       "public_header_files": "AnobiKit/AKList/*.h"
51     },
52     {
53       "name": "AKReachability",
54       "source_files": "AnobiKit/AKReachability/**/*.{h,m,mm}",
55       "public_header_files": "AnobiKit/AKReachability/*.h"
56     },
57     {
58       "name": "AKLocation",
59       "dependencies": {
60         "AnobiKit/AKFoundation": [
62         ]
63       },
64       "source_files": "AnobiKit/AKLocation/**/*.{h,m,mm}",
65       "public_header_files": "AnobiKit/AKLocation/*.h",
66       "private_header_files": "AnobiKit/AKLocation/Private/*.h",
67       "frameworks": "CoreLocation"
68     },
69     {
70       "name": "AKStrings",
71       "dependencies": {
72         "AnobiKit/AKFoundation": [
74         ]
75       },
76       "source_files": "AnobiKit/AKStrings/**/*.{h,m,mm}",
77       "public_header_files": "AnobiKit/AKStrings/*.h"
78     },
79     {
80       "name": "AKFormatters",
81       "source_files": "AnobiKit/AKFormatters/**/*.{h,m,mm}",
82       "public_header_files": "AnobiKit/AKFormatters/*.h"
83     },
84     {
85       "name": "AKCoreData",
86       "source_files": "AnobiKit/AKCoreData/**/*.{h,m,mm}",
87       "public_header_files": "AnobiKit/AKCoreData/*.h"
88     }
89   ]