[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / 3 / 8 / GoReactive / 0.1.0 / GoReactive.podspec.json
blob5cc0a816d7ddcf634492b88e1291f063d3d8ee93
2   "name": "GoReactive",
3   "version": "0.1.0",
4   "summary": "Simple yet powerful observable pattern framework",
5   "description": "Provides a simple and powerful api for observable pattern, can also be extended easily",
6   "homepage": "https://github.com/gal-orlanczyk/go-reactive",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gal Orlanczyk": "gal.orlanczyk@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/gal-orlanczyk/go-reactive.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.2",
22   "frameworks": [
23     "UIKit",
24     "XCTest"
25   ],
26   "source_files": "Sources/**/*"