[Delete] VersionConfirm 0.1.1
[CocoaPods.git] / Specs / 8 / 2 / 1 / ToucheableScrollView / 0.1.0 / ToucheableScrollView.podspec.json
blobe8ae7a4219a527b39ec25c0bd35bf2067e1b747a
2   "name": "ToucheableScrollView",
3   "version": "0.1.0",
4   "summary": "ToucheableScrollView is a simple subclass of UIScrollView that implement TouchesEnded method for next responders in scrollView.",
5   "homepage": "https://github.com/giuseppenucifora/ToucheableScrollView",
6   "license": "MIT",
7   "authors": {
8     "Giuseppe Nucifora": "me@giuseppenucifora.com"
9   },
10   "source": {
11     "git": "https://github.com/giuseppenucifora/ToucheableScrollView.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "ToucheableScrollView": [
21       "Pod/Assets/*.png"
22     ]
23   }