[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / 9 / 5 / FFNetworking / 0.1.0 / FFNetworking.podspec.json
blob8087fa8d76a58230425d02eaab52ab15cebec374
2   "name": "FFNetworking",
3   "version": "0.1.0",
4   "summary": "HTTP networking framework built upon Alamofire.",
5   "description": "FFNetworking is an HTTP networking framework built upon Alamofire in Swift. Doing just one request may seem more complicated than in Alamofire, but it proves itself in real projects.",
6   "homepage": "https://github.com/Faifly/FFNetworking.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ArKalmykov": "ar.kalmykov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Faifly/FFNetworking.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "FFNetworking/Classes/**/*",
22   "dependencies": {
23     "Alamofire": [
25     ]
26   },
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "4.0"
29   },
30   "pushed_with_swift_version": "4.0"