blob: ccf08860175c5e8a17dddf9072e41a47ee6e35e0 [file] [log] [blame]
{
"name": "CXOverlay",
"version": "0.0.1",
"summary": "Basic UIView overlay (for tutorials etc.)",
"homepage": "https://github.com/dclelland/CXOverlay",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/CXOverlay.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"source_files": "CXOverlay/*.{h,m}"
},
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"ObjectiveSugar": [
]
}
}