[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / e / 0 / FFUtils / 0.2.2 / FFUtils.podspec.json
blob9be47ac3cd6a131dd272aceda9ad73c03c46cc9d
2   "name": "FFUtils",
3   "version": "0.2.2",
4   "summary": "Common tools in ios development",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/lingfengmarskey/FFUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marcos Mang": "lingfengmarskey@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lingfengmarskey/FFUtils.git",
16     "tag": "0.2.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "FFUtils/Classes/**/*",
22   "swift_versions": "5.0",
23   "subspecs": [
24     {
25       "name": "FUIKitExtension",
26       "source_files": "FFUtils/Classes/Extension/UIKit/**/*"
27     },
28     {
29       "name": "FFoundationExtension",
30       "source_files": "FFUtils/Classes/Extension/Foundation/**/*"
31     }
32   ],
33   "swift_version": "5.0"