blob: 7320415146e64ebbd2dcbd284eaf5ed34f70380e [file] [log] [blame]
{
"name": "SigmaticUI",
"version": "1.0.1",
"license": "MIT",
"summary": "Take back control of your views and controllers",
"homepage": "https://github.com/Sigmatic/SigmaticUI",
"authors": {
"Hisham Alabri": "hisham@alabri.co"
},
"source": {
"git": "https://github.com/Sigmatic/SigmaticUI.git",
"tag": "1.0.1",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"dependencies": {
"SigmaticOC": [
"~> 1.0"
]
},
"public_header_files": [
"SigmaticUI/UIView/*.h",
"SigmaticUI/UIViewControllerEvents/*.h"
],
"source_files": "SigmaticUI/SigmaticUI.h",
"subspecs": [
{
"name": "UIView",
"source_files": "SigmaticUI/UIView/*.{h,m}"
},
{
"name": "UIViewControllerEvents",
"source_files": "SigmaticUI/UIViewControllerEvents/*.{h,m}"
}
]
}