blob: f6839af25b5feb0acba3ff1e048a4b0aa7168127 [file] [log] [blame]
{
"name": "I17DirectionalProgressView",
"version": "0.1.0",
"summary": "A UIProgressView wrapper that animates progress in any horizontal or vertical direction.",
"description": "A UIProgressView wrapper that animates progress in four directions:\nLeft to Right\nRight to Left\nTop to Bottom\nBottom to Top\n",
"homepage": "https://github.com/ferhatozduran",
"license": "MIT",
"authors": {
"Ferhat Ozduran": "ferhatozduran@gmail.com"
},
"source": {
"git": "https://github.com/ferhatozduran/I17DirectionalProgressView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"I17DirectionalProgressView": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}