[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 8 / f / 7 / ALNetWorkingSwift / 0.2.1 / ALNetWorkingSwift.podspec.json
blob0bf2751a7084f7457f6cf7a8e01a75bc82fcb513
2   "name": "ALNetWorkingSwift",
3   "version": "0.2.1",
4   "summary": "利用Alamofire进行再度封装网络库",
5   "description": "利用Alamofire和HandyJSON进行再度封装,以适合日常需求",
6   "homepage": "https://github.com/Anyeler/ALNetWorkingSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anyeler": "414116969@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/Anyeler/ALNetWorkingSwift.git",
16     "tag": "0.2.1"
17   },
18   "module_name": "ALNetWorking",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "ALNetWorkingSwift/Classes/*.swift",
23   "requires_arc": true,
24   "dependencies": {
25     "Alamofire": [
26       "4.7.2"
27     ],
28     "HandyJSON": [
29       "4.1.1"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "ALNetWorkingSwift/Classes/Core/*.swift"
36     }
37   ]