[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 4 / c / 8 / VNStateMachine / 0.1.7 / VNStateMachine.podspec.json
blob7c400ee17b94eb859402c3d210e4dbfa8fa802a0
2   "name": "VNStateMachine",
3   "version": "0.1.7",
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.7"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source_files": "VNStateMachine/**/*.{h,m,mm}",
20   "public_header_files": "VNStateMachine/**/*.h",
21   "requires_arc": true,
22   "libraries": "stdc++.6"