blob: eb4f778da0a29dc7b92a55b1d8174da99b86a764 [file] [log] [blame]
{
"name": "SigmaticUI",
"version": "2.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": "2.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": "ControllerExpansion",
"source_files": "SigmaticUI/ControllerExpansion/*.{h,m}"
}
]
}