Skip to content

Commit

Permalink
app using alamofire and mailchimp api
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitkotie committed Aug 22, 2017
1 parent e621182 commit e14f0ce
Show file tree
Hide file tree
Showing 63 changed files with 13,248 additions and 9 deletions.
22 changes: 22 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'ReviewLogin' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# Pods for ReviewLogin
pod 'Alamofire', '~> 4.4'

pod 'SwiftyJSON'

end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '3.0'
end
end
end

15 changes: 15 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
PODS:
- Alamofire (4.4.0)
- SwiftyJSON (3.1.4)

DEPENDENCIES:
- Alamofire (~> 4.4)
- SwiftyJSON

SPEC CHECKSUMS:
Alamofire: dc44b1600b800eb63da6a19039a0083d62a6a62d
SwiftyJSON: c2842d878f95482ffceec5709abc3d05680c0220

PODFILE CHECKSUM: f0d935514662bc5e6f40f70c28c9dd166fc83fec

COCOAPODS: 1.2.1
19 changes: 19 additions & 0 deletions Pods/Alamofire/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e14f0ce

Please sign in to comment.