-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from vsanthanam/next
CocoaPods support!
- Loading branch information
Showing
83 changed files
with
37 additions
and
3 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file.
Empty file modified
0
Documentation/docsets/VSAlert.docset/Contents/Resources/Documents/Classes.html
100644 → 100755
Empty file.
Empty file modified
0
Documentation/docsets/VSAlert.docset/Contents/Resources/Documents/Classes/VSAlertAction.html
100644 → 100755
Empty file.
Empty file modified
0
...tation/docsets/VSAlert.docset/Contents/Resources/Documents/Classes/VSAlertController.html
100644 → 100755
Empty file.
Empty file modified
0
Documentation/docsets/VSAlert.docset/Contents/Resources/Documents/Constants.html
100644 → 100755
Empty file.
Empty file modified
0
Documentation/docsets/VSAlert.docset/Contents/Resources/Documents/Enums.html
100644 → 100755
Empty file.
Empty file modified
0
...ntation/docsets/VSAlert.docset/Contents/Resources/Documents/Enums/VSAlertActionStyle.html
100644 → 100755
Empty file.
Empty file modified
0
...ts/VSAlert.docset/Contents/Resources/Documents/Enums/VSAlertControllerAnimationStyle.html
100644 → 100755
Empty file.
Empty file modified
0
...ion/docsets/VSAlert.docset/Contents/Resources/Documents/Enums/VSAlertControllerStyle.html
100644 → 100755
Empty file.
Empty file modified
0
Documentation/docsets/VSAlert.docset/Contents/Resources/Documents/Protocols.html
100644 → 100755
Empty file.
Empty file modified
0
...sets/VSAlert.docset/Contents/Resources/Documents/Protocols/VSAlertControllerDelegate.html
100644 → 100755
Empty file.
Empty file modified
0
Documentation/docsets/VSAlert.docset/Contents/Resources/Documents/css/highlight.css
100644 → 100755
Empty file.
Empty file modified
0
Documentation/docsets/VSAlert.docset/Contents/Resources/Documents/css/jazzy.css
100644 → 100755
Empty file.
Empty file modified
0
Documentation/docsets/VSAlert.docset/Contents/Resources/Documents/index.html
100644 → 100755
Empty file.
Empty file modified
0
Documentation/docsets/VSAlert.docset/Contents/Resources/Documents/search.json
100644 → 100755
Empty file.
Empty file modified
0
Documentation/docsets/VSAlert.docset/Contents/Resources/docSet.dsidx
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified
0
Release/VSAlert.framework/Versions/A/Headers/VSAlertController.h
100644 → 100755
Empty file.
Binary file not shown.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified
0
VSAlert-Example/Assets.xcassets/AppIcon.appiconset/Contents.json
100644 → 100755
Empty file.
Empty file.
Empty file modified
0
VSAlert-Example/Assets.xcassets/news-alert.imageset/Contents.json
100644 → 100755
Empty file.
Empty file modified
0
VSAlert-Example/Assets.xcassets/news-alert.imageset/news-alert.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
VSAlert-Example/Assets.xcassets/news-alert.imageset/[email protected]
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
VSAlert-Example/Assets.xcassets/news-alert.imageset/[email protected]
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# | ||
# Be sure to run `pod lib lint VSAlert.podspec' to ensure this is a | ||
# valid spec before submitting. | ||
# | ||
# Any lines starting with a # are optional, but their use is encouraged | ||
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html | ||
# | ||
|
||
Pod::Spec.new do |s| | ||
s.name = 'VSAlert' | ||
s.version = '1.2.3' | ||
s.summary = "An drop-in replacement for UIAlertController with more power and better looks." | ||
s.description = "An drop-in replacement for UIAlertController that looks a hell of a lot better, built in Objective-C. Based on Codedio's aweomse Swift library, PMAlertController." | ||
s.homepage = 'https://github.com/vsanthanam/VSAlert' | ||
s.license = { :type => 'Copyright', :text => 'MIT' } | ||
s.author = { 'Varun Santhanam' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/vsanthanam/VSAlert.git', :tag => s.version.to_s } | ||
s.ios.deployment_target = '9.0' | ||
s.source_files = 'VSAlert/Src/*.{h,m}' | ||
s.public_header_files = 'VSAlert/Src/*.h' | ||
s.module_map = 'VSAlert/Supporting/module.modulemap' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file modified
0
VSAlert.xcodeproj/project.xcworkspace/contents.xcworkspacedata
100644 → 100755
Empty file.
8 changes: 8 additions & 0 deletions
8
VSAlert.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
0
VSAlert/VSAlert.h → VSAlert/Src/VSAlert.h
100644 → 100755
File renamed without changes.
0
VSAlert/VSAlertAction.h → VSAlert/Src/VSAlertAction.h
100644 → 100755
File renamed without changes.
0
VSAlert/VSAlertAction.m → VSAlert/Src/VSAlertAction.m
100644 → 100755
File renamed without changes.
0
VSAlert/VSAlertController.h → VSAlert/Src/VSAlertController.h
100644 → 100755
File renamed without changes.
0
VSAlert/VSAlertController.m → VSAlert/Src/VSAlertController.m
100644 → 100755
File renamed without changes.
0
VSAlert/module.modulemap → VSAlert/Supporting/module.modulemap
100644 → 100755
File renamed without changes.
Empty file.
Empty file.