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