forked from SongtreeSDK/Songtree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSongtreeSDK.podspec
33 lines (20 loc) · 1019 Bytes
/
SongtreeSDK.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Pod::Spec.new do |s|
s.name = "SongtreeSDK"
s.version = "0.0.5"
s.summary = "Songtree SDK for iOS"
s.description = "Songtree is an online community for collaborative music making"
s.homepage = "https://github.com/SongtreeSDK/Songtree"
s.license = { :type => "Apache License, Version 2.0" , :file =>"License" }
s.author = "Songtree"
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/SongtreeSDK/Songtree.git", :tag => "0.0.5" }
s.resource = "SongtreeBundle.bundle"
s.vendored_frameworks = "SongtreeSDK.framework"
s.library = 'c++'
s.frameworks = "AssetsLibrary", "MessageUI", "Social", "SystemConfiguration", "CFNetwork", "CoreData", "CoreMedia", "AVFoundation", "CoreLocation", "AddressBook", "CoreMotion", "Twitter", "MediaPlayer"
s.dependency 'NXOAuth2Client', '~> 1.2.0'
s.dependency 'FBSDKCoreKit', '~> 4.6'
s.dependency 'FBSDKLoginKit', '~> 4.6'
s.dependency 'FBSDKShareKit', '~> 4.6'
s.dependency 'google-plus-ios-sdk', '~> 1.7'
end