blob: bf1af33141b6aba2a82d5684015e99a20ec7c40a [file] [log] [blame]
{
"name": "NSRails",
"version": "2.1.2",
"summary": "iOS/Mac OS framework for Rails.",
"homepage": "https://github.com/dingbat/nsrails",
"license": {
"type": "Copyright (c) 2014 Dan Hassin",
"file": "license.md"
},
"authors": {
"Dan Hassin": "danhassin@mac.com"
},
"source": {
"git": "https://github.com/dingbat/nsrails.git",
"tag": "v2.1.2"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"frameworks": "CoreData",
"requires_arc": true,
"default_subspecs": [
"NSRails"
],
"subspecs": [
{
"name": "NSRails",
"source_files": [
"nsrails",
"nsrails/Source/**/*.{h,m}"
],
"public_header_files": "nsrails/Source/**/*.h"
},
{
"name": "CoreData",
"dependencies": {
"NSRails/NSRails": [
]
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "NSR_USE_COREDATA"
}
}
]
}