[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / 2 / 1 / LCText / 0.0.3 / LCText.podspec.json
blob2f4ff47286421e6167b0819d523a456ad673e019
2   "name": "LCText",
3   "version": "0.0.3",
4   "summary": "文本相关的工具类。",
5   "homepage": "https://github.com/mlcldh/LCText",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "mlcldh": "1228225993@qq.com"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/mlcldh/LCText.git",
18     "tag": "0.0.3"
19   },
20   "source_files": "LCText/**/*.{h,m}",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "static_framework": true,
27   "subspecs": [
28     {
29       "name": "LabelCategory",
30       "source_files": "LCText/LabelCategory/*.{h,m,mm}",
31       "public_header_files": "LCText/LabelCategory/*.h"
32     },
33     {
34       "name": "TextDidChange",
35       "source_files": "LCText/TextDidChange/*.{h,m,mm}",
36       "public_header_files": "LCText/TextDidChange/*.h"
37     }
38   ]