[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 8 / a / f / PippinCore / 2.1.0 / PippinCore.podspec.json
blobd9f3b2885f009bbd3916824c45bdfda7108cb303
2   "name": "PippinCore",
3   "version": "2.1.0",
4   "summary": "A Swift framework to scaffold and abstract the common major parts of an app, to make development faster and maintenance easier.",
5   "description": "A collection of Swift and Objective-C utilities delivering reusable components of iOS applications and utilities to work with Apple and third-party frameworks.",
6   "homepage": "https://github.com/tworingsoft/Pippin",
7   "license": "MIT",
8   "authors": {
9     "Andrew McKnight": "andrew@tworingsoft.com"
10   },
11   "source": {
12     "git": "https://github.com/tworingsoft/Pippin.git",
13     "tag": "PippinCore-2.1.0"
14   },
15   "pod_target_xcconfig": {
16     "PRODUCT_BUNDLE_IDENTIFIER": "com.tworingsoft.pippin"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": "5.1",
22   "source_files": [
23     "Sources/PippinCore/**/*.{h,m,swift}"
24   ],
25   "dependencies": {
26     "Result": [
28     ],
29     "PippinLibrary": [
31     ]
32   },
33   "module_name": "Pippin",
34   "swift_version": "5.1"