blob: ea6c9b22acb83b6e210deda5a74bd59ebea02080 [file] [log] [blame]
{
"name": "AdaptiveController",
"version": "0.0.3",
"summary": "AdaptiveController is a Progressive Reduction Swift module for adding custom states to Native or Custom UI elements.",
"license": {
"type": "MIT"
},
"authors": {
"Artem Kislitsyn, Yuri Vasilenko": "juri.v@ramotion.com"
},
"homepage": "https://github.com/Ramotion/adaptive-tab-bar",
"frameworks": [
"UIKit"
],
"requires_arc": true,
"source": {
"git": "https://github.com/Ramotion/adaptive-tab-bar.git",
"tag": "0.0.3"
},
"source_files": "AdaptiveController/AdaptiveController/*.{h}",
"osx": {
"public_header_files": "AdaptiveController-0.0.1/osx/AdaptiveController.framework/Versions/A/Headers/*.h"
},
"ios": {
"public_header_files": "AdaptiveController-0.0.1/ios/AdaptiveController.framework/Versions/A/Headers/*.h"
}
}