[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / b / e / AIFNetworking / 0.1.2 / AIFNetworking.podspec.json
blobe74ff5088099007ca82773e7da7c3be4b80f8ab5
2   "name": "AIFNetworking",
3   "version": "0.1.2",
4   "summary": "Discrete network framework for iOS develop.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/joywt/AIFNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wangtie": "wywangtie@163.com"
13   },
14   "source": {
15     "git": "https://github.com/joywt/AIFNetworking.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "AIFNetworking/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "AFNetworking": [
25       "3.2.0"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Test",
31       "source_files": "AIFNetworking/Classes/Test/*"
32     }
33   ]