Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save duraiganesh0/e190d27bbbf94e62d12f2dd261cf9b20 to your computer and use it in GitHub Desktop.
Save duraiganesh0/e190d27bbbf94e62d12f2dd261cf9b20 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'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment