[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / 6 / 3 / RTStateMachine / 1.1.0 / RTStateMachine.podspec.json
blobcd6d4e6dd358e5641ae57bf9884bab9738f17ffe
2   "name": "RTStateMachine",
3   "version": "1.1.0",
4   "summary": "Simple implementation of State-machine with target-action or block using Objective-C",
5   "description": "Simple implementation of State-machine with target-action or block using Objective-C.\nAn easy way to build up state machine graph.",
6   "homepage": "https://github.com/zhooleen/StateMachine",
7   "license": "MIT",
8   "authors": {
9     "lzhu": "1064946958@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/zhooleen/StateMachine.git",
16     "tag": "1.1.0"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude"