[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 9 / 6 / GreedNetwork / 1.0.4 / GreedNetwork.podspec.json
blobb611e97198759f690d87cb3e15928b6381d8719f
2   "name": "GreedNetwork",
3   "version": "1.0.4",
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.4"
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   }