[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 9 / 2 / Touchr / 0.1.1 / Touchr.podspec.json
blob95a68f30341cfbd3307815060e03c9b23666a486
2   "name": "Touchr",
3   "version": "0.1.1",
4   "summary": "Handle Multitouchevents the easy way.",
5   "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.",
6   "homepage": "http://sebastianboldt.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "self.dealloc@googlemail.com": "self.dealloc@googlemail.com"
13   },
14   "source": {
15     "git": "https://github.com/SebastianBoldt/Touchr",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/sebastianboldt",
19   "platforms": {
20     "ios": "9.1"
21   },
22   "source_files": "Touchr/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "CoreGraphics"
26   ],
27   "dependencies": {
28     "RxSwift": [
29       "~> 4.1.1"
30     ]
31   }