ToucheableScrollView/Example/Pods/Local Podspecs/ToucheableScrollView.podspec.json

25 lines
672 B
JSON

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