blob: 222a91df6c158563b7618b95085fe961a43ebd88 [file] [log] [blame]
{
"name": "Theodolite",
"version": "0.1.0",
"summary": "A React-Inspired view framework in Swift.",
"homepage": "http://theodolite.org",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oliver Rickard": "ocrickard@gmail.com"
},
"social_media_url": "http://twitter.com/ocrickard",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/TheodoliteGroup/Theodolite.git",
"tag": "v0.1.0",
"submodules": true
},
"source_files": "Theodolite/**/*.{h,m,mm,swift}",
"dependencies": {
"Flexbox": [
]
},
"pushed_with_swift_version": "4.0"
}