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