[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / e / 5 / Structify / 0.1.1 / Structify.podspec.json
blob459719abfbf3fd30f2886a6298f0f8682ab18be9
2   "name": "Structify",
3   "swift_version": "4.2",
4   "version": "0.1.1",
5   "summary": "Convert Swift structs to Objc Classes",
6   "description": "Structify provides simple way to convert Swift structs into classes and vice-a-versa",
7   "homepage": "https://github.com/arturdev/Structify",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "arturdev": "mkrtarturdev@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/arturdev/Structify.git",
17     "tag": "0.1.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Structify/Classes/**/*",
23   "dependencies": {
24     "Reflection": [
25       "0.18.1"
26     ]
27   }