[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 2 / 9 / 6 / Groot / 0.1 / Groot.podspec.json
blob4daf11db447453ffb43beb923d8ea08e7afc2aa0
2   "name": "Groot",
3   "version": "0.1",
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.1"
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