blob: 6e4ee320e4293c72f423e8898d870406a99901d0 [file] [log] [blame]
{
"name": "AJBottomSheet",
"version": "1.0.1",
"summary": "Customised view controller to mimic android bottom sheet on iOS.",
"description": "AJBottomSheet is a view that slides up from the bottom of the screen.Bottom sheets are displayed as a result of the user-triggered action.",
"homepage": "https://github.com/alvinjohntandoc/AJBottomSheet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"alvinjohntandoc": "alvinjohntandoc@gmail.com"
},
"source": {
"git": "https://github.com/alvinjohntandoc/AJBottomSheet.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "**/*.swift",
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
},
"swift_version": "3.2"
}