[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / d / c / a / TouchableScrollView / 0.1.0 / TouchableScrollView.podspec.json
blob92ac2c8982c1c5411138eb06d4309b7a87056a3a
2   "name": "TouchableScrollView",
3   "version": "0.1.0",
4   "summary": "TouchableScrollView is a simple subclass of UIScrollView that implement TouchesEnded method for next responders in scrollView.",
5   "homepage": "https://github.com/giuseppenucifora/TouchableScrollView",
6   "license": "MIT",
7   "authors": {
8     "Giuseppe Nucifora": "me@giuseppenucifora.com"
9   },
10   "source": {
11     "git": "https://github.com/giuseppenucifora/TouchableScrollView.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     "TouchableScrollView": [
21       "Pod/Assets/*.png"
22     ]
23   }