blob: 9eb7a1997708e93ade0157d64e722e4603896511 [file] [log] [blame]
{
"name": "AGJPageControl",
"version": "0.0.1",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A drop in replacement for UIPageControl with a slew of additional customization options.(基于SMPageControl)",
"homepage": "https://git.corp.angejia.com/xiawei2/AGJPageControl",
"authors": {
"SunnyX": "xiawei2@angejia.com"
},
"source": {
"git": "git@git.corp.angejia.com:xiawei2/AGJPageControl.git",
"tag": "0.0.1"
},
"source_files": "AGJPageControl/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"SMPageControl": [
"~> 1.2"
]
}
}