blob: 02d74939776108cb7139f89ff1d4338458673a76 [file] [log] [blame]
{
"name": "FFTools",
"version": "0.0.1",
"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.1"
},
"exclude_files": [
"FFTools/**/AppDelegate.{h,m}",
"FFTools/**/ViewController.{h,m}",
"FFTools/**/main.{h,m}",
"Pods"
],
"subspecs": [
{
"name": "Category",
"source_files": "FFTools/Category/*.{h,m}"
}
]
}