[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 7 / e / SecretKit / 0.1.6 / SecretKit.podspec.json
blob7b002a743eb4b327a7a55c4e2461bb8d057e4f38
2   "name": "SecretKit",
3   "summary": "Cocoa classes for iOS and OSX.",
4   "version": "0.1.6",
5   "platforms": {
6     "ios": "9.0",
7     "osx": "10.11"
8   },
9   "requires_arc": true,
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Colin Caufield": "cjcaufield@gmail.com"
16   },
17   "homepage": "https://github.com/cjcaufield/SecretKit",
18   "source": {
19     "git": "https://github.com/cjcaufield/SecretKit.git",
20     "tag": "0.1.6"
21   },
22   "ios": {
23     "frameworks": [
24       "UIKit",
25       "CoreData"
26     ],
27     "exclude_files": "**/osx/**/*.*",
28     "resources": "SecretKit/**/*.{png,jpeg,jpg,storyboard,xib}"
29   },
30   "osx": {
31     "frameworks": [
32       "Cocoa",
33       "CoreData"
34     ],
35     "exclude_files": "**/ios/**/*.*"
36   },
37   "source_files": "SecretKit/**/*.{swift}"