[Add] FanapPodChatSDK 1.2.12
[CocoaPods.git] / Specs / a / 1 / 2 / PippinLibrary / 1.1.0 / PippinLibrary.podspec.json
blob171915c351b57158f063fd6acc67d095d095f081
2   "name": "PippinLibrary",
3   "version": "1.1.0",
4   "summary": "Extensions on Cocoa Touch and Swift stdlib SDKs.",
5   "description": "All manner of extensions, categories, subclasses, wrappers, helpful functions, macros, syntactic sugar, utilities, &c that make coding faster and more semantically accurate.",
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": "PippinLibrary-1.1.0"
14   },
15   "swift_versions": "5.1",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.12"
19   },
20   "ios": {
21     "source_files": "Sources/PippinLibrary/**/*.{h,m,swift}"
22   },
23   "osx": {
24     "source_files": "Sources/PippinLibrary/Foundation/**/*.{h,m,swift}"
25   },
26   "dependencies": {
27     "Anchorage": [
29     ]
30   },
31   "testspecs": [
32     {
33       "name": "Tests",
34       "test_type": "unit",
35       "source_files": "Tests/PippinLibrary/**/*.swift"
36     }
37   ],
38   "swift_version": "5.1"