[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 7 / e / 1 / ALNetworking / 1.0.2 / ALNetworking.podspec.json
blob30c4fd9dc6707b0d960ff1314f158e3c22d52b60
2   "name": "ALNetworking",
3   "version": "1.0.2",
4   "summary": "A networking framework , encapsulation of AFNetworking3.0,ReactiveCocoa2.5,YYCache,YYModel",
5   "description": "1. Base Networking Request Function\n2. Networking response cache\n3. Check networking History\n4. RAC Support only\n5. Server error display",
6   "homepage": "https://github.com/Arc-lin/ALNetworking",
7   "license": "MIT",
8   "authors": {
9     "Arclin": "m13643046965@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/Arc-lin/ALNetworking.git",
16     "tag": "1.0.2"
17   },
18   "source_files": "ALNetworking/*",
19   "dependencies": {
20     "ReactiveCocoa": [
21       "~> 2.5"
22     ],
23     "AFNetworking": [
25     ],
26     "YYCache": [
28     ],
29     "YYModel": [
31     ]
32   }