[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 7 / d / ACSNetworking / 0.0.2 / ACSNetworking.podspec.json
blob82d1b4d689f0fbcb2b8192483c06f7b37437c4d4
2   "name": "ACSNetworking",
3   "version": "0.0.2",
4   "summary": "On the basis of AFNetworking encapsulation.",
5   "description": "                   On the basis of AFNetworking encapsulation, more convenient, more concise.\n",
6   "homepage": "https://github.com/Hyosung/ACSNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stoney": "sy92710xx@gmail.com"
13   },
14   "social_media_url": "http://weibo.com/sy4312xx",
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8"
18   },
19   "requires_arc": true,
20   "source": {
21     "git": "https://github.com/Hyosung/ACSNetworking.git",
22     "tag": "0.0.2"
23   },
24   "source_files": [
25     "ACSNetworking",
26     "ACSNetworking/**/*.{h,m}"
27   ],
28   "dependencies": {
29     "AFNetworking": [
30       "~> 2.5.4"
31     ]
32   }