[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 6 / b / RZVinyl / 1.1.2 / RZVinyl.podspec.json
blobd2c16e990341f1568db9a575cb9cfe4046d7c6d2
2   "name": "RZVinyl",
3   "version": "1.1.2",
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.1.2"
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.1"
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   ]