blob: be4109bcc539dbc3ef5efe3376a48d997734cde7 [file] [log] [blame]
{
"name": "AXIndicatorView",
"version": "0.1.0",
"summary": "An indicator view manager kits.",
"description": "An indicator view manager kits using on iOS platform.",
"homepage": "https://github.com/devedbox/AXIndicatorView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aiXing": "862099730@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/devedbox/AXIndicatorView.git",
"tag": "0.1.0"
},
"source_files": "AXIndicatorView/Classes/*.{h,m}",
"resources": "AXIndicatorView/Classes/AXIndicatorView.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}