[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / f / 2 / FFCKit / 0.0.1 / FFCKit.podspec.json
blobf79da78f6bec4d253f6f9e8950ba2c7fbbb339de
2   "name": "FFCKit",
3   "version": "0.0.1",
4   "summary": "A short description of FFLib.",
5   "description": "A short description of FFLib..",
6   "homepage": "https://github.com/FFCloudInsect/FFKit.git",
7   "license": "MIT",
8   "authors": {
9     "FF": "654439803@qq.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/FFCloudInsect/FFKit.git",
16     "tag": "0.0.2"
17   },
18   "source_files": "FFKit/FFKit/**/*.{h,m}",
19   "exclude_files": "FFKit/FFKit/FFExtension/NSObject+FFAddForARC.{h,m}",
20   "default_subspecs": "no_arc",
21   "subspecs": [
22     {
23       "name": "no_arc",
24       "requires_arc": false,
25       "source_files": "FFKit/FFKit/FFExtension/NSObject+FFAddForARC.{h,m}"
26     }
27   ]