[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / f / 4 / 5 / SDDKit / 1.2.0 / SDDKit.podspec.json
blob601d9b9be124e58a1d39f90d0cdb5658dfc55334
2   "name": "SDDKit",
3   "version": "1.2.0",
4   "license": "MIT",
5   "summary": "Easiest way for implementing hierarchical state machine(HSM) based programs in Objective-C.",
6   "homepage": "https://github.com/charleslyh/SDDKit",
7   "authors": {
8     "Charles Lee": "charles.liyh@gmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/charleslyh/SDDKit.git",
15     "tag": "1.2.0"
16   },
17   "requires_arc": true,
18   "source_files": [
19     "SDDKit",
20     "SDDKit/**/*.{m,c,h}"
21   ],
22   "public_header_files": [
23     "SDDKit/SDDKit.h",
24     "SDDKit/SDD{EventsPool,StateMachine,Builder}.h"
25   ]