[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / f / 4 / 5 / SDDKit / 1.4.3 / SDDKit.podspec.json
blob84a9416301cd49002754b7043ad4cf0dcc8bec79
2   "name": "SDDKit",
3   "version": "1.4.3",
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.4.3"
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,Logger}.h"
25   ]