blob: 59d36db73bfa28031f4a75e9bcd48838e91d1e3b [file] [log] [blame]
{
"name": "YapModel",
"version": "1.1.0",
"summary": "YapModel is a DSL for working with YapDatabase.",
"description": "YapModel is a DSL for working with YapDatabase.\nThe syntax is borrowed from Ruby on Rails and inspired by ObjectiveRecord.",
"homepage": "https://github.com/siuying/YapModel",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Francis Chong": "francis@ignition.hk"
},
"social_media_url": "http://twitter.com/siuying",
"platforms": {
"ios": "6.1",
"osx": "10.8"
},
"source": {
"git": "https://github.com/siuying/YapModel.git",
"tag": "1.1.0"
},
"source_files": "YapModel/Classes/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"YapDatabase": [
">= 2.8.3"
],
"AutoCoding": [
"~> 2.2"
],
"libextobjc": [
]
}
}