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