[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / a / 7 / 5 / AFNetworking / 1.3.4 / AFNetworking.podspec.json
blob3415078fe4fb67ee1d2913a2b63786d25ce381c0
2   "name": "AFNetworking",
3   "version": "1.3.4",
4   "license": "MIT",
5   "summary": "A delightful iOS and OS X networking framework.",
6   "homepage": "https://github.com/AFNetworking/AFNetworking",
7   "authors": {
8     "Mattt Thompson": "m@mattt.me",
9     "Scott Raymond": "sco@gowalla.com"
10   },
11   "source": {
12     "git": "https://github.com/AFNetworking/AFNetworking.git",
13     "tag": "1.3.4"
14   },
15   "source_files": "AFNetworking",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
20   },
21   "ios": {
22     "frameworks": [
23       "MobileCoreServices",
24       "SystemConfiguration",
25       "Security",
26       "CoreGraphics"
27     ]
28   },
29   "osx": {
30     "frameworks": [
31       "CoreServices",
32       "SystemConfiguration",
33       "Security"
34     ]
35   },
36   "prefix_header_contents": "#import <Availability.h>\n\n#if __IPHONE_OS_VERSION_MIN_REQUIRED\n  #import <SystemConfiguration/SystemConfiguration.h>\n  #import <MobileCoreServices/MobileCoreServices.h>\n  #import <Security/Security.h>\n#else\n  #import <SystemConfiguration/SystemConfiguration.h>\n  #import <CoreServices/CoreServices.h>\n  #import <Security/Security.h>\n#endif\n",
37   "deprecated_in_favor_of": "Alamofire"