blob: 1bf3f7603a91911535d3d5a1a3d385252fc3a645 [file] [log] [blame]
{
"name": "FFCKit",
"version": "0.0.3",
"summary": "FFCKit is a collection of iOS components.",
"description": "FFCKit is a collection of iOS components. It contains many tools.",
"homepage": "https://github.com/FFCloudInsect/FFKit.git",
"license": "MIT",
"authors": {
"FF": "654439803@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/FFCloudInsect/FFKit.git",
"tag": "0.0.3"
},
"source_files": "FFKit/FFKit/**/*.{h,m}",
"exclude_files": "FFKit/FFKit/FFExtension/NSObject+FFAddForARC.{h,m}",
"default_subspecs": "no_arc",
"subspecs": [
{
"name": "no_arc",
"requires_arc": false,
"source_files": "FFKit/FFKit/FFExtension/NSObject+FFAddForARC.{h,m}"
}
]
}