blob: d75d92dad8f428df39e69634f12a3b3e2f3be390 [file] [log] [blame]
{
"name": "Touchr",
"version": "0.1.3",
"summary": "Handle Multitouchevents the easy way.",
"description": "Touchr is super easy to use.\n\nJust create a Touchr Object and declare it as your nextResponder inside your View or ViewController.\nYou can subscribe using Rx or you can use oldschool delegate methods if you want to.",
"homepage": "http://sebastianboldt.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"self.dealloc@googlemail.com": "self.dealloc@googlemail.com"
},
"source": {
"git": "https://github.com/SebastianBoldt/Touchr",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/sebastianboldt",
"platforms": {
"ios": "9.1"
},
"source_files": "Touchr/Classes/**/*",
"frameworks": [
"UIKit",
"CoreGraphics"
],
"dependencies": {
"RxSwift": [
"~> 4.1.1"
]
}
}