[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / c / 8 / VNStateMachine / 0.1.1-beta2 / VNStateMachine.podspec.json
blobc19f50b721cd7f59090e617edb46acf9fb95a376
2   "name": "VNStateMachine",
3   "version": "0.1.1-beta2",
4   "summary": "An Object-based State Machine for Objective-C.",
5   "description": "The object-based state is usable for complicated state machine,\n moreover message dispatcher is important to make simple state\n management in state machine.",
6   "homepage": "https://github.com/netmaid/VNStateMachine",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Chungmin Ahn",
12   "source": {
13     "git": "https://github.com/netmaid/VNStateMachine.git",
14     "tag": "v0.1.1-beta2"
15   },
16   "platforms": {
17     "ios": "7.1"
18   },
19   "requires_arc": true,
20   "source_files": "VNStateMachine/**/*.{h,m,mm}",
21   "public_header_files": "VNStateMachine/**/*.h"