forked from aqnote/AQDemo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
30 lines (24 loc) · 893 Bytes
/
Podfile
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
platform :ios, '6.0'
#source '[email protected]:aqnote/specs.git'
source 'https://github.com/aqnote0/specs.git'
source 'https://github.com/CocoaPods/Specs.git'
#post_install do |installer_representation|
# installer_representation.pods_project.targets.each do |target|
# target.build_configurations.each do |config|
# config.build_settings['CLANG_ENABLE_OBJC_WEAK'] ||= 'YES'
# end
# end
#end
target "aqnote" do
pod 'AQFoundation', '~> 1.2.0'
#pod 'OpenSSL-Universal'#, '~>1.0.1.j'
pod 'OpenSSL-Universal', :git => 'https://github.com/krzyzanowskim/OpenSSL.git', :branch => :master
end
target "aqnoteTests" do
pod 'AQFoundation', '~> 1.2.0'
#pod 'OpenSSL-Universal'#, '~>1.0.1.j'
pod 'OpenSSL-Universal', :git => 'https://github.com/krzyzanowskim/OpenSSL.git', :branch => :master
end
target "aqnoteUITests" do
pod 'AQFoundation', '~> 1.2.0'
end