[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / d / 0 / SwiftMachine / 1.0.3 / SwiftMachine.podspec.json
blob67f15ca39f24d1b2eb6ca7bfaee29e00b5303073
2   "name": "SwiftMachine",
3   "version": "1.0.3",
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.3"
17   },
18   "social_media_url": "https://twitter.com/johanthorell",
19   "exclude_files": "SwiftMachine/*.plist",
20   "swift_version": "3.2",
21   "platforms": {
22     "ios": "10.0"
23   },
24   "source_files": "SwiftMachine/**/*"