[Add] Web3Auth 11.0.2
[CocoaPods.git] / Specs / 3 / 1 / b / YMPromptKit / 0.1.2 / YMPromptKit.podspec.json
blob389fed15d39b18195fa67028ef8a070b4c53a819
2   "name": "YMPromptKit",
3   "version": "0.1.2",
4   "summary": "An iOS soft prompting tookit by Yahoo!",
5   "description": "                      YMPromptKit attempts to simplify your iOS app code by providing flexible and extensible tools for soft prompting.\n",
6   "homepage": "http://yahoo-mep.tumblr.com",
7   "screenshots": "https://cloud.githubusercontent.com/assets/727953/6237605/548d7012-b6c2-11e4-97da-976398a5a7fa.png",
8   "license": "Apache License, Version 2.0",
9   "authors": {
10     "adamkaplan": "adamkaplan@yahoo-inc.com"
11   },
12   "source": {
13     "git": "https://github.com/yahoo/YMPromptKit.git",
14     "tag": "0.1.2"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "7.0"
19   },
20   "weak_frameworks": [
21     "AVFoundation",
22     "AssetsLibrary",
23     "EventKit",
24     "AddressBook",
25     "CoreLocation"
26   ],
27   "default_subspecs": "SDCAlerts",
28   "subspecs": [
29     {
30       "name": "SystemPrompts",
31       "source_files": "YMPromptKit/systemprompts/*.{h,m}"
32     },
33     {
34       "name": "Core",
35       "dependencies": {
36         "YMPromptKit/SystemPrompts": [
38         ]
39       },
40       "source_files": "YMPromptKit/*.{h,m}"
41     },
42     {
43       "name": "SDCAlerts",
44       "dependencies": {
45         "YMPromptKit/Core": [
47         ],
48         "SDCAlertView": [
49           "~> 2.1.1"
50         ]
51       },
52       "source_files": "YMPromptKit/sdc/*.{h,m}",
53       "xcconfig": {
54         "OTHER_CFLAGS": "-DYMPROMPTKIT_SDCALERT_ENABLE=1"
55       }
56     },
57     {
58       "name": "NativeAlerts",
59       "dependencies": {
60         "YMPromptKit/Core": [
62         ]
63       },
64       "source_files": "YMPromptKit/native/*.{h,m}",
65       "xcconfig": {
66         "OTHER_CFLAGS": "-DYMPROMPTKIT_NATIVEALERT_ENABLE=1"
67       }
68     }
69   ]