blob: 815adc09bfd3a61fe0829aea2601796041aa1675 [file] [log] [blame]
{
"name": "YapModel@alt",
"version": "0.8.1",
"summary": "YapModel is a DSL for working with YapDatabase.",
"description": " YapModel is a DSL for working with YapDatabase.\n The syntax is borrowed from Ruby on Rails and inspired by ObjectiveRecord.\n Alternative fork with more fancy add ons.\n",
"homepage": "https://github.com/siuying/YapModel",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Francis Chong": "francis@ignition.hk",
"Aleksei Shevchenko": "i.am.skeeet@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/skeeet/YapModel.git",
"tag": "0.8.1"
},
"source_files": "source/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"YapDatabase/SQLCipher": [
"~> 2.6"
],
"AutoCoding": [
"~> 2.2"
],
"libextobjc": [
]
}
}