[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 0 / e / StarTrek / 0.0.1 / StarTrek.podspec.json
blobb198db480a56452f186bf25d4de11fdf2b5523be
2   "name": "StarTrek",
3   "version": "0.0.1",
4   "summary": "Interstellar Transport",
5   "description": "This is a library of common interfaces for network connections.",
6   "homepage": "https://github.com/moky/StarTrek",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Albert Moky": "albert.moky@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/AlbertMoky",
15   "source": {
16     "git": "https://github.com/moky/StarTrek.git",
17     "tag": "0.0.1"
18   },
19   "platforms": {
20     "ios": "12.0"
21   },
22   "source_files": [
23     "StarTrek/Classes",
24     "StarTrek/Classes/**/*.{h,m}"
25   ],
26   "public_header_files": "StarTrek/Classes/**/*.h",
27   "dependencies": {
28     "FiniteStateMachine": [
29       "~> 2.2"
30     ]
31   }