[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 3 / f / 2 / FFCKit / 0.0.2 / FFCKit.podspec.json
blob165e2d4264825c6df66a12118c9b743f641f5b62
2   "name": "FFCKit",
3   "version": "0.0.2",
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   ]