blob: c5c4d72eee6ce64df28ac0c215b4f4343ddb35b9 [file] [log] [blame]
{
"name": "NSRails",
"version": "2.0.3",
"summary": "iOS/Mac OS framework for Rails.",
"description": "NSRails is a light-weight Objective-C framework that provides your classes with a high-level, ActiveResource-like API. This means CRUD and other operations on your corresponding Rails objects can be called natively via Objective-C methods.",
"homepage": "http://nsrails.com",
"license": {
"type": "MIT",
"file": "license.md"
},
"authors": {
"Dan Hassin": "danhassin@mac.com"
},
"source": {
"git": "https://github.com/dingbat/nsrails.git",
"tag": "v2.0.3"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": [
"nsrails/Source",
"nsrails/Source/**/*.{h,m}"
],
"preserve_paths": "docs",
"frameworks": "CoreData",
"requires_arc": true
}