blob: 54e99752f563dbe8aef1058957a13a337c3ad25c [file] [log] [blame]
{
"name": "DSControls",
"version": "0.9.0",
"summary": "iOS UIView/CALayer Animations Sequence, Groups and Stacks",
"description": "Fast create animations sequences, groups, Stacks. See Readme and Example for more information.",
"homepage": "https://github.com/DimasSup/DSControls",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DimasSup": "dima.teleban@gmail.com"
},
"source": {
"git": "https://github.com/DimasSup/DSControls.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "9.3"
},
"frameworks": "UIKit",
"subspecs": [
{
"name": "Animations",
"source_files": "DSControls/Classes/{AnimationSupport}/**/*",
"public_header_files": "DSControls/Classes/{AnimationSupport}/*.h"
},
{
"name": "Controls",
"source_files": "DSControls/Classes/{Controls}/**/*",
"public_header_files": "DSControls/Classes/{Controls}/**/*.h"
}
]
}