blob: 8fa0cfa703e7a83bf8445a3ffffd336fe14919f5 [file] [log] [blame]
{
"name": "ActiveTouch",
"version": "1.0.2",
"summary": "ActiveRecord implementation for iOS using TouchDB.",
"homepage": "https://github.com/lucasmedeirosleite/ActiveTouch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lucas Medeiros": "lucastoc@gmail.com"
},
"source": {
"git": "https://github.com/lucasmedeirosleite/ActiveTouch.git",
"tag": "1.0.2"
},
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"source_files": [
"ActiveTouchExample/ActiveTouch/*.{h,m }",
"ActiveTouchExample/ActiveTouch/Database/*.{h,m}",
"ActiveTouchExample/ActiveTouch/Model/*.{h,m}",
"ActiveTouchExample/ActiveTouch/Helper/*.{h,m}",
"ActiveTouchExample/ActiveTouch/SpecHelpers/*.{h,m}",
"ActiveTouchExample/ActiveTouch/SpecHelpers/Matchers/*.{h,m}"
],
"dependencies": {
"CouchCocoa": [
"~> 1.0"
],
"TouchDB": [
"~> 1.0"
],
"Mantle": [
"~> 0.2.2"
],
"Kiwi": [
"~> 2.0.4"
]
}
}