blob: ea1b07b9e4b6010537bf92ad9a2bc3568fc2e65f [file] [log] [blame]
{
"name": "ATKit",
"version": "0.0.2",
"summary": "系统类的功能扩展和一些常用的控件封装(轮播图、侧滑TabBar、抽屉视图、颜色管理等)",
"description": "A collection of iOS components\n系统类的功能扩展和一些常用的控件封装(轮播图、侧滑TabBar、抽屉视图、颜色管理等)",
"homepage": "https://github.com/AesirTitan/ATKit",
"license": "MIT",
"authors": {
"Aesir": "ayan.bifrost@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/AesirTitan/ATKit.git",
"tag": "v0.0.2"
},
"source_files": "ATKit/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}