blob: ea25739c3aa84045166ce727e49574b26de784c9 [file] [log] [blame]
{
"name": "NSRails",
"version": "2.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.2"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"frameworks": "CoreData",
"requires_arc": true,
"default_subspecs": "NSRails",
"subspecs": [
{
"name": "NSRails",
"source_files": "source/*.{h,m}",
"exclude_files": "source/NSRRemoteManagedObject.{h,m}"
},
{
"name": "CoreData",
"dependencies": {
"NSRails/NSRails": [
]
},
"source_files": "source/*.{h,m}",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "NSR_USE_COREDATA"
}
}
]
}