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