[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / a / b / 4 / GreedJSON / 0.1.4 / GreedJSON.podspec.json
blobe149ba02ac74184f5581f2f8ad4585f19040b081
2   "name": "GreedJSON",
3   "version": "0.1.4",
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.4"
17   },
18   "source_files": [
19     "GreedJSON",
20     "GreedJSON/*.{h,m}"
21   ],
22   "frameworks": "Foundation",
23   "requires_arc": true