[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / a / e / 5 / StromFacilitate / 1.4.0 / StromFacilitate.podspec.json
blob10dd505b231b654b1e56b44ee4493dcf614e6647
2   "name": "StromFacilitate",
3   "version": "1.4.0",
4   "summary": "iOS底层常用功能封装",
5   "homepage": "https://github.com/DouKing/StromFacilitate",
6   "license": "MIT",
7   "authors": {
8     "wuyikai": "wyk8916@gmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/DouKing/StromFacilitate.git",
15     "tag": "1.4.0",
16     "submodules": true
17   },
18   "source_files": "Strom/Strom-header.h",
19   "requires_arc": true,
20   "public_header_files": "Strom/Strom-header.h",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": [
25         "Strom/Core/StromCore.h",
26         "Strom/Core/**/*.{h,m}"
27       ]
28     },
29     {
30       "name": "UI",
31       "source_files": "Strom/UI/*.{h,m}",
32       "resources": "Strom/UI/STMDeviceInfo.bundle",
33       "dependencies": {
34         "StromFacilitate/Core": [
36         ]
37       }
38     }
39   ]