[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / e / a / NSRails / 2.1.2 / NSRails.podspec.json
blobbf1af33141b6aba2a82d5684015e99a20ec7c40a
2   "name": "NSRails",
3   "version": "2.1.2",
4   "summary": "iOS/Mac OS framework for Rails.",
5   "homepage": "https://github.com/dingbat/nsrails",
6   "license": {
7     "type": "Copyright (c) 2014 Dan Hassin",
8     "file": "license.md"
9   },
10   "authors": {
11     "Dan Hassin": "danhassin@mac.com"
12   },
13   "source": {
14     "git": "https://github.com/dingbat/nsrails.git",
15     "tag": "v2.1.2"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
20   },
21   "frameworks": "CoreData",
22   "requires_arc": true,
23   "default_subspecs": [
24     "NSRails"
25   ],
26   "subspecs": [
27     {
28       "name": "NSRails",
29       "source_files": [
30         "nsrails",
31         "nsrails/Source/**/*.{h,m}"
32       ],
33       "public_header_files": "nsrails/Source/**/*.h"
34     },
35     {
36       "name": "CoreData",
37       "dependencies": {
38         "NSRails/NSRails": [
40         ]
41       },
42       "xcconfig": {
43         "GCC_PREPROCESSOR_DEFINITIONS": "NSR_USE_COREDATA"
44       }
45     }
46   ]