blob: 64541133434cb66157ab5766523ea3cf73c937c4 [file] [log] [blame]
{
"name": "Transit",
"version": "0.0.1",
"summary": "Library to Bridge between JavaScript and Objective-C on iOS, OSX.",
"homepage": "http://github.com/BeamApp/Transit",
"license": "new BSD",
"authors": {
"Heiko Behrens": "HeikoBehrens@gmx.de",
"Marcel Jackwerth": "marceljackwerth@gmail.com"
},
"source": {
"git": "https://github.com/BeamApp/Transit.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "source/objc/*.{h,m}",
"public_header_files": "source/objc/Transit.h",
"requires_arc": true,
"dependencies": {
"SBJson": [
"~> 3.2"
]
}
}