25 lines
669 B
JSON
25 lines
669 B
JSON
{
|
|
"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/<GITHUB_USERNAME>/TouchableScrollView",
|
|
"license": "MIT",
|
|
"authors": {
|
|
"Giuseppe Nucifora": "me@giuseppenucifora.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/<GITHUB_USERNAME>/TouchableScrollView.git",
|
|
"tag": "0.1.0"
|
|
},
|
|
"platforms": {
|
|
"ios": "7.0"
|
|
},
|
|
"requires_arc": true,
|
|
"source_files": "Pod/Classes/**/*",
|
|
"resource_bundles": {
|
|
"TouchableScrollView": [
|
|
"Pod/Assets/*.png"
|
|
]
|
|
}
|
|
}
|