blob: 92ac2c8982c1c5411138eb06d4309b7a87056a3a [file] [log] [blame]
{
"name": "TouchableScrollView",
"version": "0.1.0",
"summary": "TouchableScrollView is a simple subclass of UIScrollView that implement TouchesEnded method for next responders in scrollView.",
"homepage": "https://github.com/giuseppenucifora/TouchableScrollView",
"license": "MIT",
"authors": {
"Giuseppe Nucifora": "me@giuseppenucifora.com"
},
"source": {
"git": "https://github.com/giuseppenucifora/TouchableScrollView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TouchableScrollView": [
"Pod/Assets/*.png"
]
}
}