[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / a / f / PippinCore / 1.0.0 / PippinCore.podspec.json
blob776f6fe04f83cafb41df15fa00f0e9b78574b3d0
2   "name": "PippinCore",
3   "version": "1.0.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-1.0.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "swift_versions": "5.1",
19   "source_files": [
20     "Sources/PippinCore/**/*.{h,m,swift}"
21   ],
22   "dependencies": {
23     "Result": [
25     ],
26     "PippinLibrary": [
28     ]
29   },
30   "module_name": "Pippin",
31   "swift_version": "5.1"