[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / b / e / ArchitStateMachine / 0.1.1 / ArchitStateMachine.podspec.json
blob7ab81d99abba39629764ff1c71416e2f0f9d76e7
2   "name": "ArchitStateMachine",
3   "version": "0.1.1",
4   "summary": "State machine creation framework written in Swift inspired by GKStateMachine from Apple GameplayKit",
5   "homepage": "https://github.com/alexruperez/StateMachine",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Alex RupĂ©rez": "contact@alexruperez.com"
12   },
13   "source": {
14     "git": "https://github.com/alexruperez/StateMachine.git",
15     "tag": "0.1.1"
16   },
17   "social_media_url": "https://twitter.com/alexruperez",
18   "module_name": "StateMachine",
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0",
22     "osx": "10.9",
23     "watchos": "2.0"
24   },
25   "source_files": "Core/*.{h,swift}",
26   "ios": {
27     "source_files": "UIKit/*.{h,swift}",
28     "frameworks": "UIKit"
29   },
30   "tvos": {
31     "source_files": "UIKit/*.{h,swift}",
32     "frameworks": "UIKit"
33   },
34   "frameworks": "Foundation",
35   "pushed_with_swift_version": "4.0"