blob: 0903179ef9441d5988f94d69aab9f59e5f956881 [file] [log] [blame]
{
"name": "Transit",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "source/objc/*.{h,m}",
"public_header_files": "source/objc/Transit.h",
"requires_arc": true,
"dependencies": {
"SBJson": [
"~> 3.2"
]
}
}