[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 0 / 4 / Transfo / 1.0.2 / Transfo.podspec.json
blobd8d2205b3de57f36cd270d46da762163b165a724
2   "name": "Transfo",
3   "version": "1.0.2",
4   "summary": "Transfo is a high level request util based on AFNetworking.",
5   "description": "Transfo is a high level request util based on AFNetworking. It provides a High Level API for network request. It makes network requests easier",
6   "homepage": "https://github.com/ztongcc/Transfo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ztongcc": "ztongcc@163.com"
13   },
14   "source": {
15     "git": "https://github.com/ztongcc/Transfo.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Transfo/Classes/*",
22   "public_header_files": "Transfo/Classes/*.h",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 4.0.1"
26     ]
27   }