[Add] Mobilisten 9.2.1
[CocoaPods.git] / Specs / 2 / 9 / 6 / Groot / 1.0.1 / Groot.podspec.json
blob16736e4e913780e012e5f38098a579cce1d54443
2   "name": "Groot",
3   "version": "1.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.md"
10   },
11   "authors": {
12     "Guillermo Gonzalez": "gonzalezreal@icloud.com"
13   },
14   "social_media_url": "https://twitter.com/gonzalezreal",
15   "source": {
16     "git": "https://github.com/gonzalezreal/Groot.git",
17     "tag": "1.0.1"
18   },
19   "default_subspecs": "Swift",
20   "frameworks": [
21     "Foundation",
22     "CoreData"
23   ],
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "Swift",
28       "platforms": {
29         "ios": "8.0",
30         "osx": "10.9"
31       },
32       "source_files": "Groot/**/*.{swift,h,m}",
33       "private_header_files": "Groot/Private/*.h"
34     },
35     {
36       "name": "ObjC",
37       "platforms": {
38         "ios": "6.0",
39         "osx": "10.8"
40       },
41       "source_files": "Groot/**/*.{h,m}",
42       "private_header_files": "Groot/Private/*.h"
43     }
44   ]