Skip to content

Commit

Permalink
[Add] AviarySDK (2.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed Aug 11, 2012
1 parent f463c9f commit 50031d6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions AviarySDK/2.4.0/AviarySDK.podspec
@@ -0,0 +1,25 @@
Pod::Spec.new do |s|
s.name = "AviarySDK"
s.version = "2.4.0"
s.summary = "Aviary's photo editing SDK for iOS."
s.homepage = "https://github.com/AviaryInc/Mobile-Feather-SDK-for-iOS"
s.license = {
:type => 'Copyright',
:text => <<-LICENSE
Copyright (c) 2012 Aviary, Inc. All rights reserved.
LICENSE
}
s.author = { "Aviary, Inc." => "api@aviary.com" }
s.source = {
:git => "https://github.com/AviaryInc/Mobile-Feather-SDK-for-iOS.git",
:commit => "71a1831aca7911c4c5c3c7eb85f27eda387a768f"
}
s.platform = :ios, '4.0'
s.source_files = 'AviarySDK/Headers/*'
s.resource = "AviarySDK/Resources/AviarySDKResources.bundle"
s.preserve_paths = "AviarySDK/libAviarySDK.a"
s.frameworks = 'CoreGraphics', 'QuartzCore', 'Accelerate', 'StoreKit', 'CoreData'
s.libraries = 'AviarySDK', 'z', 'sqlite3'
s.requires_arc = true
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -all_load', 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/AviarySDK/AviarySDK"' }
end

0 comments on commit 50031d6

Please sign in to comment.