[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 7 / 9 / Traffic / 0.6.1 / Traffic.podspec.json
blob155755bd02c799d3756bf046d8326a8ce9268e58
2   "name": "Traffic",
3   "version": "0.6.1",
4   "summary": "Simple and powerful URL routing library to easily handle incoming URLs in your app.",
5   "homepage": "https://github.com/jilouc/Traffic",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "jldagon": "jldagon@cocoapps.fr"
12   },
13   "platforms": {
14     "ios": "9.0",
15     "watchos": "2.0"
16   },
17   "source": {
18     "git": "https://github.com/jilouc/Traffic.git",
19     "tag": "0.6.1"
20   },
21   "requires_arc": true,
22   "prefix_header_contents": "#ifndef TARGET_OS_IOS\n  #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif\n#ifndef TARGET_OS_WATCH\n  #define TARGET_OS_WATCH 0\n#endif\n#ifndef TARGET_OS_TV\n  #define TARGET_OS_TV 0\n#endif",
23   "source_files": "Traffic/Traffic.h",
24   "public_header_files": "Traffic/Traffic.h",
25   "subspecs": [
26     {
27       "name": "Core",
28       "public_header_files": "Traffic/Core/*.h",
29       "source_files": [
30         "Traffic/Core",
31         "Private"
32       ]
33     },
34     {
35       "name": "UIKit",
36       "platforms": {
37         "ios": "9.0"
38       },
39       "dependencies": {
40         "Traffic/Core": [
42         ]
43       },
44       "public_header_files": "Traffic/UIKit/*.h",
45       "source_files": "Traffic/UIKit"
46     }
47   ]