[Add] AlibabacloudEais20190624 1.0.2
[CocoaPods.git] / Specs / 9 / 4 / 5 / LJCategories / 0.0.1 / LJCategories.podspec.json
blob45cf963bcf8e6e38eef98d9087545bd5f4344dca
2   "name": "LJCategories",
3   "version": "0.0.1",
4   "summary": "A framework that encapsulates the common methods for developing iOS.",
5   "homepage": "https://github.com/LiuJinGH/LJCategories",
6   "license": "MIT",
7   "authors": {
8     "Lucky Liu": "liujincat@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/LiuJinGH/LJCategories.git",
15     "tag": "0.0.1"
16   },
17   "source_files": "LJCategories/**/*.{h,m}",
18   "public_header_files": "LJCategories/**/*.{h}",
19   "requires_arc": true,
20   "frameworks": [
21     "UIKit",
22     "CoreFoundation"
23   ]