[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 9 / 6 / Speedy / 0.1 / Speedy.podspec.json
blob344ab591991342c0bd965c9e0f476daa864b6100
2   "name": "Speedy",
3   "version": "0.1",
4   "summary": "Reactive Swift property observation framework.",
5   "description": "Speedy provides quick and easy property observation tools for Swift.\nYou can make any value observable and watch changes to that value over time.\nSpeedy provides a powerful filtering and mapping system.",
6   "homepage": "https://github.com/RedHandTech/Speedy",
7   "license": {
8     "type": "MIT",
9     "file": "LISCENCE.txt"
10   },
11   "authors": {
12     "Rob Sanders": "rob.sanders@redhandtechnologies.co.uk"
13   },
14   "platforms": {
15     "ios": "10.2",
16     "osx": "10.12",
17     "watchos": "3.1",
18     "tvos": "10.1"
19   },
20   "source": {
21     "git": "https://github.com/RedHandTech/Speedy.git",
22     "tag": "0.1"
23   },
24   "source_files": "Sources/*.swift",
25   "pushed_with_swift_version": "3.0"