blob: 26a3ee9e664152b6b387ba8997ac255cb828f28d [file] [log] [blame]
{
"name": "FFTools",
"version": "0.0.2",
"summary": "Custom Tools used on iOS.",
"description": "Custom Tools used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/18710102619/FFTools",
"license": {
"type": "license",
"text": "\n"
},
"authors": {
"张玲玉": "2949820345@qq.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/18710102619/FFTools.git",
"tag": "0.0.2"
},
"source_files": "FFTools/Category/**/*.{h,m}",
"exclude_files": [
"FFTools/**/AppDelegate.{h,m}",
"FFTools/**/ViewController.{h,m}",
"FFTools/**/main.{h,m}",
"Pods"
]
}