[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / c / b / e / ArchitStateMachine / 0.1.2 / ArchitStateMachine.podspec.json
blob0014df48956a9ae65b6e07ad564da5a3f353f620
2   "name": "ArchitStateMachine",
3   "version": "0.1.2",
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.2"
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"