[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / d / 0 / SwiftMachine / 1.0 / SwiftMachine.podspec.json
blob170a7f10aee83ed10f34bd33b7a719325aecec2d
2   "name": "SwiftMachine",
3   "version": "1.0",
4   "summary": "A Finite-like state machine written in Swift",
5   "description": "A simple, lightweight, yet powerful way to to manage state and state transitions in your application.",
6   "homepage": "https://github.com/bangerang/SwiftMachine",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "bangerang": "jo1han@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/bangerang/SwiftMachine.git",
16     "tag": "1.0"
17   },
18   "social_media_url": "https://twitter.com/johanthorell",
19   "swift_version": "3.2",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "source_files": "SwiftMachine/**/*"