Skip to content

Instantly share code, notes, and snippets.

@duraiganesh0
Created June 24, 2016 10:31
Show Gist options
  • Save duraiganesh0/41b1ce43c45a82c4b790ce047ad540f7 to your computer and use it in GitHub Desktop.
Save duraiganesh0/41b1ce43c45a82c4b790ce047ad540f7 to your computer and use it in GitHub Desktop.
# Uncomment this line to define a global platform for your project
platform :ios, '8.0'
use_frameworks!
target 'Myna' do
pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'
pod 'DKChainableAnimationKit'
pod 'Charts'
pod 'JVFloatLabeledTextField'
pod 'AWSAutoScaling'
pod 'AWSCloudWatch'
pod 'AWSCognito'
pod 'AWSDynamoDB'
pod 'AWSEC2'
pod 'AWSElasticLoadBalancing'
pod 'AWSKinesis'
pod 'AWSMobileAnalytics'
pod 'AWSS3'
pod 'AWSSES'
pod 'AWSSimpleDB'
pod 'AWSSNS'
pod 'AWSSQS'
pod 'GoogleMaps'
pod 'Firebase', '~> 3.2.1'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment