[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 2 / 9 / 6 / Groot / 0.2 / Groot.podspec.json
blob97e960c89675b0ad2d15d25b14acd52292c8e5e5
2   "name": "Groot",
3   "version": "0.2",
4   "summary": "From JSON to Core Data and back.",
5   "description": "                   With Groot you can convert JSON dictionaries and arrays into Core Data object graphs.\n",
6   "homepage": "https://github.com/gonzalezreal/Groot",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guillermo Gonzalez": "gonzalezreal@icloud.com"
13   },
14   "social_media_url": "https://twitter.com/gonzalezreal",
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8"
18   },
19   "source": {
20     "git": "https://github.com/gonzalezreal/Groot.git",
21     "tag": "0.2"
22   },
23   "source_files": "Groot/**/*.{h,m}",
24   "private_header_files": "Groot/Private/*.h",
25   "frameworks": [
26     "Foundation",
27     "CoreData"
28   ],
29   "requires_arc": true