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",
10 "adamkaplan": "adamkaplan@yahoo-inc.com"
13 "git": "https://github.com/yahoo/YMPromptKit.git",
27 "default_subspecs": "SDCAlerts",
30 "name": "SystemPrompts",
31 "source_files": "YMPromptKit/systemprompts/*.{h,m}"
36 "YMPromptKit/SystemPrompts": [
40 "source_files": "YMPromptKit/*.{h,m}"
52 "source_files": "YMPromptKit/sdc/*.{h,m}",
54 "OTHER_CFLAGS": "-DYMPROMPTKIT_SDCALERT_ENABLE=1"
58 "name": "NativeAlerts",
64 "source_files": "YMPromptKit/native/*.{h,m}",
66 "OTHER_CFLAGS": "-DYMPROMPTKIT_NATIVEALERT_ENABLE=1"