[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / c / 8 / VNStateMachine / 0.1.1-beta1 / VNStateMachine.podspec.json
blobd4babbec8d064efc5a3be8de72395d75dad1091a
2   "name": "VNStateMachine",
3   "version": "0.1.1-beta1",
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-beta1"
15   },
16   "platforms": {
17     "ios": "7.1"
18   },
19   "requires_arc": true,
20   "source_files": "VNStateMachine/**/*.{h,m,mm}",
21   "resource_bundles": {
22     "VNStateMachine": [
23       "VNStateMachine/**/*.png"
24     ]
25   },
26   "public_header_files": "VNStateMachine/**/*.h"