[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / c / 8 / VNStateMachine / 0.1.5 / VNStateMachine.podspec.json
blob33c0982e4936cacee6a3c22d0a669e474ed53aa7
2   "name": "VNStateMachine",
3   "version": "0.1.5",
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.5"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": "VNStateMachine/**/*.{h,m,mm}",
21   "public_header_files": "VNStateMachine/**/*.h"