[Add] GizoSDK 2.0.2-alpha.07
[CocoaPods.git] / Specs / 4 / 6 / b / RZVinyl / 1.0.1 / RZVinyl.podspec.json
blobf7fd51f4b19ccbeb0d23ce5e9526ae2d08e557b3
2   "name": "RZVinyl",
3   "version": "1.0.1",
4   "summary": "Stack management, ActiveRecord utilities, and seamless importing for Core Data.",
5   "description": "                          Stack management, ActiveRecord utilities, and seamless importing for Core Data.\n                          RZVinyl makes it easy to manage Core Data stacks, multiple contexts, concurrency,\n                          and more.\n                          \n                          ActiveRecord-style extensions for NSManagedObject let you easily create, find, filter,\n                          sort, and enumerate objects in your database.\n                          \n                          With the RZImport extension, importing objects into Core Data from external sources\n                          is simple and intuitive.\n",
6   "homepage": "https://github.com/Raizlabs/RZVinyl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nick Donaldson": "nick.donaldson@raizlabs.com"
13   },
14   "social_media_url": "http://twitter.com/raizlabs",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/Raizlabs/RZVinyl.git",
20     "tag": "1.0.1"
21   },
22   "frameworks": [
23     "Foundation",
24     "CoreData"
25   ],
26   "requires_arc": true,
27   "default_subspecs": "Extensions",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "Classes/*.{h,m}",
33         "Classes/Private/*.{h,m}"
34       ],
35       "public_header_files": "Classes/*.h",
36       "private_header_files": "Classes/Private/*.h"
37     },
38     {
39       "name": "Extensions",
40       "dependencies": {
41         "RZVinyl/Core": [
43         ],
44         "RZImport": [
45           "~> 1.0"
46         ]
47       },
48       "source_files": [
49         "Extensions/*.{h,m}",
50         "Extensions/Private/*.{h,m}"
51       ],
52       "public_header_files": "Extensions/*.h",
53       "private_header_files": "Extensions/Private/*.h",
54       "xcconfig": {
55         "GCC_PREPROCESSOR_DEFINITIONS": "RZV_IMPORT_AVAILABLE=1"
56       }
57     }
58   ]