blob: c86d780beef5651f3a4cb17717c534b1d7600e00 [file] [log] [blame]
{
"name": "CXOverlay",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"source_files": "CXOverlay/*.{h,m}"
},
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"ObjectiveSugar": [
]
}
}