Created
November 6, 2016 20:42
-
-
Save jeremytregunna/bcee2062da9c183d24bdd424b6a8e05c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| Pod::Spec.new do |s| | |
| s.ios.deployment_target = '8.1' | |
| s.name = 'Calibre' | |
| s.version = '2.0.0' | |
| s.license = { :type => 'MIT', :file => 'LICENSE' } | |
| s.summary = 'Reactive programming library inspired by Redux' | |
| s.homepage = 'https://github.com/Greenshire/Calibre' | |
| s.authors = { 'Jeremy Tregunna' => 'jeremy@tregunna.ca' } | |
| s.source = { :git => 'https://github.com/Greenshire/Calibre.git', :tag => '2.0.0' } | |
| s.requires_arc = true | |
| s.source_files = "Calibre/**/*.swift" | |
| s.resources = "Calibre/**/*.plist" | |
| end |
This file contains hidden or 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
| --- ios/Calibre ‹master* ?› » pod trunk push Calibre.podspec 1 ↵ | |
| Updating spec repo `master` | |
| CocoaPods 1.2.0.beta.1 is available. | |
| To update use: `sudo gem install cocoapods --pre` | |
| [!] This is a test version we'd love you to try. | |
| For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.2.0.beta.1 | |
| Validating podspec | |
| -> Calibre (2.0.0) | |
| [!] An unexpected error ocurred: <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <style type="text/css"> | |
| html, body, iframe { margin: 0; padding: 0; height: 100%; } | |
| iframe { display: block; width: 100%; border: none; } | |
| </style> | |
| <title>Application Error</title> | |
| </head> | |
| <body> | |
| <iframe src="//s3.amazonaws.com/heroku_pages/error.html"> | |
| <p>Application Error</p> | |
| </iframe> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment