[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 2 / 3 / d / CentralX / 0.1.0 / CentralX.podspec.json
blobcf3393ee181c55f9518f9dc9ce948669b7352864
2   "name": "CentralX",
3   "version": "0.1.0",
4   "summary": "Frameworks for iOS",
5   "homepage": "https://github.com/central-x/central-framework-ios",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Alan Yeh": "alan@yeh.cn"
12   },
13   "source": {
14     "git": "https://github.com/central-x/central-framework-ios.git",
15     "tag": "0.1.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "11.0"
20   },
21   "ios": {
22     "pod_target_xcconfig": {
23       "PRODUCT_BUNDLE_IDENTIFIER": "org.central-x"
24     }
25   },
26   "source_files": "CentralX/CentralX.h",
27   "public_header_files": "CentralX/CentralX.h",
28   "dependencies": {
29     "AFNetworking": [
30       "~> 4.0"
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "CentralBridge",
36       "source_files": "CentralX/CentralBridge/Classes/**/*",
37       "public_header_files": "CentralX/CentralBridge/Classes/*.h",
38       "frameworks": [
39         "WebKit",
40         "UIKit",
41         "SystemConfiguration",
42         "MessageUI",
43         "CoreBluetooth",
44         "Photos",
45         "EventKit",
46         "Contacts",
47         "AVFoundation",
48         "CoreMedia",
49         "CoreGraphics",
50         "CoreLocation",
51         "AudioToolbox",
52         "CoreServices",
53         "MediaPlayer",
54         "QuickLook",
55         "CoreMotion",
56         "Security"
57       ],
58       "dependencies": {
59         "CentralX/CentralDb": [
61         ]
62       }
63     },
64     {
65       "name": "CentralCategory",
66       "source_files": "CentralX/CentralCategory/Classes/**/*",
67       "public_header_files": "CentralX/CentralCategory/Classes/*.h"
68     },
69     {
70       "name": "CentralDb",
71       "source_files": "CentralX/CentralDb/Classes/**/*",
72       "public_header_files": "CentralX/CentralDb/Classes/*.h",
73       "libraries": "sqlite3"
74     },
75     {
76       "name": "CentralFile",
77       "source_files": "CentralX/CentralFile/Classes/**/*",
78       "public_header_files": "CentralX/CentralFile/Classes/*.h"
79     },
80     {
81       "name": "CentralHttp",
82       "source_files": "CentralX/CentralHttp/Classes/**/*",
83       "public_header_files": "CentralX/CentralHttp/Classes/*.h"
84     },
85     {
86       "name": "CentralPromise",
87       "source_files": "CentralX/CentralPromise/Classes/**/*",
88       "public_header_files": "CentralX/CentralPromise/Classes/*.h"
89     },
90     {
91       "name": "CentralRuntime",
92       "source_files": "CentralX/CentralRuntime/Classes/**/*",
93       "public_header_files": "CentralX/CentralRuntime/Classes/*.h"
94     },
95     {
96       "name": "CentralStream",
97       "source_files": "CentralX/CentralStream/Classes/**/*",
98       "public_header_files": "CentralX/CentralStream/Classes/*.h"
99     }
100   ]