[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / e / 4 / JFJExtension / 1.0.0 / JFJExtension.podspec.json
blob159c2181a0826f87824cb6a8403a0f19461b4cb9
2   "name": "JFJExtension",
3   "version": "1.0.0",
4   "summary": "JFJExtension is an extension to some common classes in the UIKit and Foundation frameworks.",
5   "description": "JFJExtension is an extension to some common classes in the UIKit and Foundation frameworks. I added many common functions to the system classes, so we can use it more convenience.",
6   "homepage": "https://github.com/skykywind/JFJExtension",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "skykywind": "824214765@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/skykywind/JFJExtension.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JFJExtension/Classes/**/*",
22   "swift_version": "4.2",
23   "dependencies": {
24     "SnapKit": [
26     ]
27   }