blob: 65f4cdf4632a31ae7302b53bab61b4323e809105 [file] [log] [blame]
{
"name": "Straw",
"version": "0.5.4",
"summary": "Straw, the simpler native-webview bridge",
"description": "Straw, the simpler native-webview bridge, for iOS. This is the core component of Straw Framework.",
"homepage": "https://github.com/strawjs/straw-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yoshiya Hinosawa": "stibium121@gmail.com"
},
"social_media_url": "http://twitter.com/kt3k",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/strawjs/straw-ios.git",
"tag": "v0.5.4"
},
"source_files": "Straw/*.{h,m}",
"public_header_files": "Straw/*.h",
"requires_arc": true
}