[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / a / d / PhobosObjcCore / 0.1.1 / PhobosObjcCore.podspec.json
blobe5f7e9a9e60ea9eb256a4b71f9aed2122c8563f4
2   "name": "PhobosObjcCore",
3   "version": "0.1.1",
4   "summary": "PhobosObjcCore 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-swift",
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": "Core-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/Core/Classes/**/*.{swift,m,h}",
27   "exclude_files": "PhobosObjc/Core/Classes/Privatized+third+party+code/SwiftyRSA/SwiftyRSA+ObjC.swift",
28   "preserve_paths": [
29     "PhobosObjc/Core/README.md",
30     "PhobosObjc/Core/CHANGELOG.md"
31   ],
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "source_files": "PhobosObjc/Core/Tests/**/*.{swift,h,m}"
37     }
38   ],
39   "swift_version": "5.0"