-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pod spec for version 1.0.1 #25
Comments
Here's the podspec I used of balanced-ios v1.0.1. Pod::Spec.new do |s|
s.name = 'balanced-ios'
s.version = '1.0.1'
s.summary = 'iOS library for working with Balanced Payments.'
s.homepage = 'https://github.com/balanced/balanced-ios'
s.license = { :type => 'MIT', :file => 'Balanced/LICENSE'}
s.authors = { 'Ben Mills' => '[email protected]' }
s.source = { :git => 'https://github.com/balanced/balanced-ios.git', :tag => '1.0.1' }
s.source_files = 'Balanced'
s.platform = :ios, '5.0'
s.frameworks = 'CoreTelephony'
s.requires_arc = true
s.prefix_header_contents = "#define BALANCED_IOS_VERSION @\"1.0.1\"\n"
end |
@Linda5Zhang does balanced-ios/Balanced/Balanced-Prefix.pch Line 10 in 88446f6
|
@remear , #ifdef OBJC #import "Pods-environment.h" |
+1 for that. |
Could you please add a pod spec file for current version 1.0.1 in https://github.com/CocoaPods/Specs/tree/master/Specs/balanced-ios ?
Thanks~
The text was updated successfully, but these errors were encountered: