blob: e885780c6be7782c80d19a75ce6186b2bf1d0895 [file] [log] [blame]
{
"name": "ISWToolkit",
"version": "0.1.2",
"summary": "开发这么多年也就留下这些精华了ISWToolkit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/smallhorse87/ISWToolkit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"smallhorse87": "smallhorse87@163.com"
},
"source": {
"git": "https://github.com/smallhorse87/ISWToolkit",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ISWToolkit/Classes/**/*",
"dependencies": {
"MJRefresh": [
],
"LCActionSheet": [
],
"AFNetworking": [
"~> 3.1.0"
],
"DRPLoadingSpinner": [
],
"JKCountDownButton": [
],
"SDCycleScrollView": [
"~> 1.65"
],
"SDWebImage": [
"~> 3.7.6"
],
"MBProgressHUD": [
]
},
"exclude_files": "ISWToolkit/Classes/OpenUDID/*.{h,m}",
"subspecs": [
{
"name": "no-arc",
"requires_arc": false,
"source_files": "ISWToolkit/Classes/OpenUDID/*.{h,m}"
}
]
}