[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / 6 / e / 2 / SCConfiguration / 2.2.0 / SCConfiguration.podspec.json
blobd8a5b9b5022d9c500e791f3c12798814d0e529d1
2   "name": "SCConfiguration",
3   "version": "2.2.0",
4   "summary": "With SCConfiguration you can easily manage encrypted, environment dependent (or global) configuration parameters in a property list file.",
5   "homepage": "https://github.com/team-supercharge/SCConfiguration",
6   "source": {
7     "git": "https://github.com/team-supercharge/SCConfiguration.git",
8     "tag": "2.2.0"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Supercharge": "hello@supercharge.io"
16   },
17   "social_media_url": "https://twitter.com/TeamSupercharge",
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*",
23   "public_header_files": "Pod/Classes/**/*.h",
24   "frameworks": [
25     "Foundation",
26     "Security"
27   ]