[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / b / 3 / LMUtils / 0.0.7 / LMUtils.podspec.json
bloba31a0d20e165d4b32e256aed7dd59c67b75c4e81
2   "name": "LMUtils",
3   "version": "0.0.7",
4   "summary": "日常使用分类库。",
5   "homepage": "https://github.com/lamCo/LMUtils",
6   "license": "MIT",
7   "platforms": {
8     "ios": "8.0"
9   },
10   "requires_arc": true,
11   "authors": {
12     "lam": "a253143598@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/lamCo/LMUtils.git",
16     "tag": "0.0.7"
17   },
18   "source_files": "LMUtilsDemo/LMUtilsDemo/LMUtils/**",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "subspecs": [
24     {
25       "name": "Foundation",
26       "source_files": "LMUtilsDemo/LMUtilsDemo/LMUtils/Foundation/*.{h,m}"
27     },
28     {
29       "name": "Kit",
30       "source_files": "LMUtilsDemo/LMUtilsDemo/LMUtils/Kit/*.{h,m}"
31     }
32   ]