[Add] MixedObject 1.0.0
[CocoaPods.git] / Specs / 3 / 5 / 8 / BigRest / 1.0.0 / BigRest.podspec.json
blobddb3efa8b25849f92df5651ac1758f01f0474018
2   "name": "BigRest",
3   "version": "1.0.0",
4   "summary": "A library for mapping RESTful JSON to NSManagedObjects. Go ahead, take a BigRest.",
5   "description": "A library that simplifies REST mapping to NSManagedObject subclasses. BigRest combines AFNetworking and MagicalRecord to make the REST -> POCSO pipeling from request to object as seamless as possible.",
6   "homepage": "https://github.com/bigworkindustries/BigRest",
7   "license": "MIT",
8   "authors": {
9     "Vincil Bishop": "vincil@bigworkindustries.com"
10   },
11   "source": {
12     "git": "https://github.com/bigworkindustries/BigRest.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "pod_target_xcconfig": {
21     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
22   },
23   "user_target_xcconfig": {
24     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
25   },
26   "dependencies": {
27     "MagicalRecord": [
28       "~> 2.3.0"
29     ],
30     "AFNetworking": [
31       "~>  2.6.0"
32     ],
33     "EasyMapping": [
34       "~> 0.15.0"
35     ],
36     "Underscore.m": [
37       "~> 0.2.0"
38     ]
39   }