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