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