blob: eb2091fda046521758defe8612d99bc94d0a2934 [file] [log] [blame]
{
"name": "Teleporter",
"version": "0.0.22",
"summary": "Teleporter is a lightweight model layer for Objective-C",
"homepage": "http://github.com/BendingSpoons/Teleporter",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Bending Spoons Team": "team@bendingspoons.com"
},
"source": {
"git": "https://github.com/BendingSpoons/Teleporter.git",
"tag": "0.0.22"
},
"platforms": {
"ios": "6.0"
},
"source_files": "Teleporter/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": {
"BlocksKit": [
]
}
}