[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 6 / 5 / FXKit / 0.0.1 / FXKit.podspec.json
blobe68494d2247c8d9b31ae158dc11143314fa8bb7d
2   "name": "FXKit",
3   "version": "0.0.1",
4   "summary": "Encapsulation of convenient utils.",
5   "homepage": "https://github.com/ShawnFoo/FXKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Shawn Foo": "fu4904@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/ShawnFoo/FXKit.git",
18     "tag": "v0.0.1"
19   },
20   "frameworks": "UIKit",
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "FXUtil",
25       "source_files": "FXKit/FXUtil/*.{h,m}"
26     }
27   ]