[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 2 / 1 / On / 0.0.1 / On.podspec.json
blob7732fc7ded7663a25c5816391498783764d09d5a
2   "name": "On",
3   "version": "0.0.1",
4   "summary": "Swift implementation on jQuery like event API",
5   "description": "# on\nSwift implementation on jQuery like event API\n\nEver get tired of writting add target action selector???\n\ntry this.\n\n```swift\nbutton.on(.TouchUpInside) { (button, event) in\n  print(\"This is much cooler than adding a target action\")\n}\n\ntextField.on(.EditingChanged) { _ in\n  print(\"Works on all UIControls\")\n}\n```",
6   "homepage": "https://github.com/zhigang1992/on",
7   "license": "MIT",
8   "authors": {
9     "Zhigang Fang": "zhigang1992@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/zhigang1992/on.git",
16     "commit": "32793d2eef8a1568c744b7cdc1b9bf2eee18cd87"
17   },
18   "source_files": "Source/**/*.swift"