[Add] Boardy 1.59.1
[CocoaPods.git] / Specs / a / e / 5 / Structify / 0.1.0 / Structify.podspec.json
blobf467c4a4548d9f9763b7f5daab22f752b8de81ba
2   "name": "Structify",
3   "swift_version": "4.2",
4   "version": "0.1.0",
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.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Structify/Classes/**/*",
23   "dependencies": {
24     "Reflection": [
25       "0.18.1"
26     ]
27   }