[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 4 / 5 / SDDKit / 1.0.4 / SDDKit.podspec.json
bloba86c2f812637b8a27e52a722440f068c674bfc18
2   "name": "SDDKit",
3   "version": "1.0.4",
4   "summary": "Fastest way for implementing hierarchical state machine(HSM) based programs in Objective-C.",
5   "description": "Fastest way for implementing hierarchical state based programs in Objective-C. It contains built-in supports like readable DSL parser, event dispatcher, a visual macOS monitor program, etc.",
6   "homepage": "https://github.com/charleslyh/SDDKit",
7   "license": "MIT",
8   "authors": "CharlesLyh",
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/charleslyh/SDDKit.git",
14     "tag": "1.0.4"
15   },
16   "source_files": [
17     "SDD",
18     "SDD/SDD/**/*.{h,c,m}",
19     "SDD/SDDI/**/*.{h,m}"
20   ],
21   "requires_arc": true