[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 5 / 7 / d / ACSNetworking / 1.0.2 / ACSNetworking.podspec.json
blobbfcc2e42a6ea01deef77d15aabb9faacebbc9de0
2   "name": "ACSNetworking",
3   "version": "1.0.2",
4   "summary": "On the basis of AFNetworking encapsulation.",
5   "description": "On the basis of AFNetworking encapsulation, more convenient, more concise.",
6   "homepage": "https://github.com/Hyosung/ACSNetworking",
7   "license": "MIT",
8   "authors": {
9     "Stoney": "sy92710xx@gmail.com"
10   },
11   "social_media_url": "http://weibo.com/sy4312xx",
12   "platforms": {
13     "ios": "7.0",
14     "osx": "10.9"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/Hyosung/ACSNetworking.git",
19     "tag": "1.0.2"
20   },
21   "source_files": "ACSNetworking/**/*.{h,m}",
22   "ios": {
23     "frameworks": [
24       "MobileCoreServices",
25       "UIKit",
26       "CoreTelephony"
27     ]
28   },
29   "osx": {
30     "frameworks": [
31       "CoreServices",
32       "AppKit"
33     ]
34   },
35   "frameworks": [
36     "Foundation",
37     "SystemConfiguration"
38   ],
39   "dependencies": {
40     "AFNetworking": [
41       "~> 2.6.0"
42     ]
43   }