[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / f / 6 / PhobosObjcUIComponent / 0.1.1 / PhobosObjcUIComponent.podspec.json
blob753c3376d3fea29e3e81e9b338d91b387b6d5750
2   "name": "PhobosObjcUIComponent",
3   "version": "0.1.1",
4   "summary": "PhobosObjcUIComponent is a basic develop-kits for all the frameworks and apps.",
5   "swift_versions": "5.0",
6   "description": "TODO: Add long description of the pod here.",
7   "homepage": "https://github.com/restlesscode/phobos-objc",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Restless Developer": "developer@codebase.codes"
14   },
15   "source": {
16     "git": "https://github.com/restlesscode/phobos-objc.git",
17     "tag": "UIComponent-0.1.1"
18   },
19   "social_media_url": "https://twitter.com/CodesRestless",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "cocoapods_version": ">= 1.10.0",
24   "static_framework": false,
25   "prefix_header_file": false,
26   "source_files": "PhobosObjc/UIComponent/Classes/**/*.{swift,m,h}",
27   "exclude_files": "PhobosObjc/UIComponent/Classes/Privatized+third+party+code/SwiftyRSA/SwiftyRSA+ObjC.swift",
28   "preserve_paths": [
29     "PhobosObjc/UIComponent/README.md",
30     "PhobosObjc/UIComponent/CHANGELOG.md"
31   ],
32   "resource_bundles": {
33     "PhobosObjcUIComponent": [
34       "PhobosObjc/UIComponent/Assets/**/*"
35     ]
36   },
37   "dependencies": {
38     "PhobosObjcCore": [
39       "~> 0.1.0"
40     ]
41   },
42   "testspecs": [
43     {
44       "name": "Tests",
45       "test_type": "unit",
46       "source_files": "PhobosObjc/UIComponent/Tests/**/*.{swift,h,m}"
47     }
48   ],
49   "swift_version": "5.0"