[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / b / 9 / AppDelegate / 0.2.0 / AppDelegate.podspec.json
blobb0e9f1d90cd8a8b61180517763fbf066533ff59b
2   "name": "AppDelegate",
3   "version": "0.2.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/jasonnam/AppDelegate",
9   "authors": {
10     "Jason Nam": "contact@jasonnam.com"
11   },
12   "summary": "Break down app delegate into smaller and single-purpose plugins.",
13   "source": {
14     "git": "https://github.com/jasonnam/AppDelegate.git",
15     "tag": "0.2.0"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "swift_version": "5.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/AppDelegate/*.swift"
27     },
28     {
29       "name": "RemoteNotification",
30       "source_files": "Sources/AppDelegate/*.swift",
31       "pod_target_xcconfig": {
32         "OTHER_SWIFT_FLAGS": "-DREMOTE_NOTIFICATION"
33       }
34     },
35     {
36       "name": "Fetch",
37       "source_files": "Sources/AppDelegate/*.swift",
38       "pod_target_xcconfig": {
39         "OTHER_SWIFT_FLAGS": "-DFETCH"
40       }
41     },
42     {
43       "name": "ApplicationState",
44       "source_files": "Sources/AppDelegate/*.swift",
45       "pod_target_xcconfig": {
46         "OTHER_SWIFT_FLAGS": "-DAPPLICATION_STATE"
47       }
48     },
49     {
50       "name": "Scene",
51       "source_files": "Sources/AppDelegate/*.swift",
52       "pod_target_xcconfig": {
53         "OTHER_SWIFT_FLAGS": "-DSCENE"
54       }
55     }
56   ]