[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / 3 / SimpleAFNetworking / 0.0.4 / SimpleAFNetworking.podspec.json
blobab6e5c5d075e66843881a8d19f77aa0112150816
2   "name": "SimpleAFNetworking",
3   "version": "0.0.4",
4   "license": "MIT",
5   "summary": "A delightful iOS networking framework.",
6   "homepage": "https://github.com/Chasingdreamboy/SimpleAFNetworking",
7   "social_media_url": "https://twitter.com/AFNetworking",
8   "authors": {
9     "Mattt Thompson": "m@mattt.me"
10   },
11   "source": {
12     "git": "https://github.com/Chasingdreamboy/SimpleAFNetworking.git",
13     "tag": "0.0.4",
14     "submodules": true
15   },
16   "requires_arc": true,
17   "public_header_files": "AFNetworking/AFNetworking.h",
18   "source_files": "AFNetworking/**/*",
19   "xcconfig": {
20     "GENERATE_DEBUG_SYMBOLS": "NO"
21   },
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   "platforms": {
24     "ios": "7.0",
25     "osx": "10.9",
26     "watchos": "2.0",
27     "tvos": "9.0"
28   },
29   "subspecs": [
30     {
31       "name": "Serialization",
32       "source_files": "AFNetworking/AFURL{Request,Response}Serialization.{h,m}",
33       "public_header_files": "AFNetworking/AFURL{Request,Response}Serialization.h",
34       "watchos": {
35         "frameworks": [
36           "MobileCoreServices",
37           "CoreGraphics"
38         ]
39       },
40       "ios": {
41         "frameworks": [
42           "MobileCoreServices",
43           "CoreGraphics"
44         ]
45       },
46       "osx": {
47         "frameworks": "CoreServices"
48       }
49     },
50     {
51       "name": "Security",
52       "source_files": "AFNetworking/AFSecurityPolicy.{h,m}",
53       "public_header_files": "AFNetworking/AFSecurityPolicy.h",
54       "frameworks": "Security"
55     },
56     {
57       "name": "Reachability",
58       "platforms": {
59         "ios": "7.0",
60         "osx": "10.9",
61         "tvos": "9.0"
62       },
63       "source_files": "AFNetworking/AFNetworkReachabilityManager.{h,m}",
64       "public_header_files": "AFNetworking/AFNetworkReachabilityManager.h",
65       "frameworks": "SystemConfiguration"
66     },
67     {
68       "name": "NSURLSession",
69       "dependencies": {
70         "SimpleAFNetworking/Serialization": [
72         ],
73         "SimpleAFNetworking/Security": [
75         ]
76       },
77       "ios": {
78         "dependencies": {
79           "SimpleAFNetworking/Reachability": [
81           ]
82         }
83       },
84       "osx": {
85         "dependencies": {
86           "SimpleAFNetworking/Reachability": [
88           ]
89         }
90       },
91       "tvos": {
92         "dependencies": {
93           "SimpleAFNetworking/Reachability": [
95           ]
96         }
97       },
98       "source_files": "AFNetworking/AF{URL,HTTP}SessionManager.{h,m}",
99       "public_header_files": "AFNetworking/AF{URL,HTTP}SessionManager.h"
100     },
101     {
102       "name": "UIKit",
103       "platforms": {
104         "ios": "7.0",
105         "tvos": "9.0"
106       },
107       "dependencies": {
108         "SimpleAFNetworking/NSURLSession": [
110         ]
111       },
112       "public_header_files": "UIKit+AFNetworking/*.h",
113       "source_files": "UIKit+AFNetworking"
114     }
115   ]