[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 9 / 6 / GreedNetwork / 0.0.2 / GreedNetwork.podspec.json
blob6d3289f2e8a07b8a339c8aa5b8d0591caaa141a8
2   "name": "GreedNetwork",
3   "version": "0.0.2",
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": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/greedlab/GreedNetwork.git",
16     "tag": "0.0.2"
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   }