[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / a / c / AnobiKit / 0.8.0 / AnobiKit.podspec.json
blob13d3f9e2d5dbc49a5406d1de988789360cc62627
2   "name": "AnobiKit",
3   "version": "0.8.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": "9.3"
17   },
18   "source": {
19     "git": "https://github.com/Anobisoft/AnobiKit.git",
20     "tag": "0.8.0"
21   },
22   "source_files": "AnobiKit/**/*.{h,m}",
23   "frameworks": "Foundation",
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "AKFoundation",
28       "platforms": {
29         "ios": "9.3",
30         "watchos": "3.0"
31       },
32       "source_files": "AKFoundation/**/*.{h,m,mm}",
33       "public_header_files": "AKFoundation/**/*.h"
34     },
35     {
36       "name": "AKCoding",
37       "platforms": {
38         "ios": "9.3",
39         "watchos": "3.0"
40       },
41       "dependencies": {
42         "AnobiKit/AKFoundation": [
44         ]
45       },
46       "source_files": "AKCoding/**/*.{h,m,mm}",
47       "public_header_files": "AKCoding/*.h"
48     },
49     {
50       "name": "AKReachability",
51       "source_files": "AKReachability/**/*.{h,m,mm}",
52       "public_header_files": "AKReachability/*.h"
53     },
54     {
55       "name": "AKLocation",
56       "dependencies": {
57         "AnobiKit/AKFoundation": [
59         ]
60       },
61       "source_files": "AKLocation/**/*.{h,m,mm}",
62       "public_header_files": "AKLocation/*.h",
63       "private_header_files": "AKLocation/Private/*.h",
64       "frameworks": "CoreLocation"
65     },
66     {
67       "name": "AKStrings",
68       "platforms": {
69         "ios": "9.3",
70         "watchos": "3.0"
71       },
72       "source_files": "AKStrings/**/*.{h,m,mm}",
73       "public_header_files": "AKStrings/*.h"
74     },
75     {
76       "name": "AKFormatters",
77       "platforms": {
78         "ios": "9.3",
79         "watchos": "3.0"
80       },
81       "source_files": "AKFormatters/**/*.{h,m,mm}",
82       "public_header_files": "AKFormatters/*.h"
83     },
84     {
85       "name": "AKCoreData",
86       "platforms": {
87         "ios": "9.3",
88         "watchos": "3.0"
89       },
90       "source_files": "AKCoreData/**/*.{h,m,mm}",
91       "public_header_files": "AKCoreData/*.h"
92     },
93     {
94       "name": "AnobiUIKit",
95       "dependencies": {
96         "AnobiKit/AKFoundation": [
98         ],
99         "AnobiKit/AKStrings": [
101         ]
102       },
103       "source_files": "AnobiUIKit/**/*.{h,m,mm}",
104       "public_header_files": "AnobiUIKit/**/*.h"
105     }
106   ]