[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / b / 4 / GreedJSON / 0.1.3 / GreedJSON.podspec.json
blob285695333b11a8fbd8a13818ebec9c0a07c4fd78
2   "name": "GreedJSON",
3   "version": "0.1.3",
4   "summary": "parse and format JSON for ios",
5   "description": "Format NSDictionary,NSArray and NSData to JSONString,or reverse",
6   "homepage": "https://github.com/greedlab/GreedJSON",
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/GreedJSON.git",
16     "tag": "0.1.3"
17   },
18   "source_files": [
19     "GreedJSON",
20     "GreedJSON/*.{h,m}"
21   ],
22   "frameworks": "Foundation",
23   "requires_arc": true