|
1 | 1 | Pod::Spec.new do |s|
|
2 |
| - s.name = "AxolotlKit" |
3 |
| - s.version = "0.7" |
4 |
| - s.summary = "AxolotlKit is a Free implementation of the Axolotl protocol in Objective-C" |
5 |
| - s.homepage = "https://github.com/WhisperSystems/AxolotlKit" |
6 |
| - s.license = "GPLv2" |
7 |
| - s.license = { :type => "GPLv2", :file => "LICENSE" } |
8 |
| - s.author = { "Frederic Jacobs" => "github@fredericjacobs.com" } |
9 |
| - s.social_media_url = "http://twitter.com/FredericJacobs" |
10 |
| - s.source = { :git => "https://github.com/WhisperSystems/AxolotlKit.git", :tag => "#{s.version}" } |
11 |
| - s.source_files = "AxolotlKit/Classes/*.{h,m}", "AxolotlKit/Classes/**/*.{h,m}" |
12 |
| - s.public_header_files = "AxolotlKit/Classes/*.{h}", "AxolotlKit/Classes/**/*.{h}" |
| 2 | + s.name = "AxolotlKit" |
| 3 | + s.version = "0.8" |
| 4 | + s.summary = "AxolotlKit is a Free implementation of the Axolotl protocol in Objective-C" |
| 5 | + s.homepage = "https://github.com/WhisperSystems/AxolotlKit" |
| 6 | + s.license = "GPLv2" |
| 7 | + s.license = { :type => "GPLv2", :file => "LICENSE" } |
| 8 | + s.author = { "Frederic Jacobs" => "github@fredericjacobs.com" } |
| 9 | + s.social_media_url = "http://twitter.com/FredericJacobs" |
| 10 | + s.source = { :git => "https://github.com/WhisperSystems/AxolotlKit.git", :tag => "#{s.version}" } |
| 11 | + s.source_files = "AxolotlKit/Classes/*.{h,m}", "AxolotlKit/Classes/**/*.{h,m}" |
| 12 | + s.public_header_files = "AxolotlKit/Classes/*.{h}", "AxolotlKit/Classes/**/*.{h}" |
13 | 13 | s.ios.deployment_target = "6.0"
|
14 | 14 | s.osx.deployment_target = "10.8"
|
15 |
| - s.requires_arc = true |
16 |
| - s.dependency '25519', '~> 2.0.1' |
17 |
| - s.dependency 'HKDFKit', '~> 0.0.3' |
18 |
| - s.dependency 'ProtocolBuffers', '~> 1.9.8' |
| 15 | + s.requires_arc = true |
| 16 | + s.dependency '25519', '~> 2.0.1' |
| 17 | + s.dependency 'HKDFKit', '~> 0.0.3' |
| 18 | + s.dependency 'ProtocolBuffers', '~> 1.9.8' |
19 | 19 | end
|
0 commit comments