[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / 8 / SimLib / 1.0.0.2 / SimLib.podspec.json
blob3e2b8929442a2d201b120ab6f8c30b88fe0ae66b
2   "name": "SimLib",
3   "version": "1.0.0.2",
4   "summary": "iOS Kit",
5   "description": "iOS common kit",
6   "homepage": "https://github.com/goham/SimLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SimGao": "goham@126.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/goham/SimLib.git",
19     "tag": "1.0.0.2",
20     "submodules": true
21   },
22   "source_files": "SimLib/SimLib.h",
23   "exclude_files": "Classes/Exclude",
24   "public_header_files": "SimLib/SimLib.h",
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "requires_arc": true,
30   "subspecs": [
31     {
32       "name": "Category",
33       "source_files": "SimLib/Category/**/*.{h,m}",
34       "public_header_files": "SimLib/Category/**/*.h",
35       "frameworks": [
36         "Foundation",
37         "UIKit"
38       ]
39     }
40   ]