[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 2 / 9 / 6 / Groot / 3.0-beta.1 / Groot.podspec.json
blob7a5bc2f0c8b565fc27f548fd6889994bed03cd61
2   "name": "Groot",
3   "version": "3.0-beta.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.",
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": "3.0-beta.1"
18   },
19   "default_subspecs": "Swift",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.9"
23   },
24   "frameworks": [
25     "Foundation",
26     "CoreData"
27   ],
28   "requires_arc": true,
29   "subspecs": [
30     {
31       "name": "Swift",
32       "platforms": {
33         "ios": "8.0",
34         "osx": "10.9"
35       },
36       "source_files": "Groot/**/*.{swift,h,m}",
37       "private_header_files": "Groot/Private/*.h"
38     },
39     {
40       "name": "ObjC",
41       "platforms": {
42         "ios": "6.0",
43         "osx": "10.8"
44       },
45       "source_files": "Groot/**/*.{h,m}",
46       "private_header_files": "Groot/Private/*.h"
47     }
48   ]