blob: 7c96de4271a5e88a4e140b7cbc51582f4241ad39 [file] [log] [blame]
{
"name": "ObjectiveRecord",
"version": "1.1",
"summary": "Lightweight and sexy Core Data finders, creators and other methods. Rails syntax.",
"homepage": "https://github.com/mneorr/Objective-Record",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marin Usalj": "mneorr@gmail.com"
},
"source": {
"git": "https://github.com/mneorr/Objective-Record.git",
"tag": "1.1"
},
"source_files": [
"ObjectiveRecord.h",
"src/**/*.{h,m}"
],
"frameworks": "CoreData",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"dependencies": {
"ObjectiveSugar": [
]
}
}