[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / 9 / 6 / GreedNetwork / 0.0.1 / GreedNetwork.podspec.json
blobb9460d93d07ded1b74073a4bb8951bbf3fb4d403
2   "name": "GreedNetwork",
3   "version": "0.0.1",
4   "summary": "convenient storage for ios",
5   "description": "this is a storage manager for ios. based on FMDB and MJExtension. can save NSDictionary,NSArray,NSData,NSString,NSNumber or NSObject  directly",
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.1"
17   },
18   "source_files": [
19     "GreedNetwork",
20     "GreedNetwork/*.{h,m}"
21   ],
22   "frameworks": "Foundation",
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
27     ],
28     "MJExtension": [
30     ]
31   }