[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 9 / 6 / GreedNetwork / 1.0.0 / GreedNetwork.podspec.json
bloba4e0d7621a2002b9da6f0c52d61fe487a85a9532
2   "name": "GreedNetwork",
3   "version": "1.0.0",
4   "summary": "network request for iOS",
5   "description": "network request for iOS, based on AFNetworking and GreedJSON",
6   "homepage": "https://github.com/greedlab/GreedNetwork",
7   "license": "MIT",
8   "authors": {
9     "Bell": "bell@greedlab.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/greedlab/GreedNetwork.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "GreedNetwork",
20     "GreedNetwork/*.{h,m}"
21   ],
22   "frameworks": "Foundation",
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
27     ],
28     "GreedJSON": [
30     ],
31     "GreedEmoji": [
33     ]
34   }