Skip to content

Commit

Permalink
[Fix] ODIN
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Nov 9, 2012
1 parent 0996a58 commit 86e736c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ODIN/1.01/ODIN.podspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Pod::Spec.new do |s|
s.version = "1.01" s.version = "1.01"
s.summary = "ODIN is a number designed to uniquely identify their users’ devices in a convenient and interoperable manner." s.summary = "ODIN is a number designed to uniquely identify their users’ devices in a convenient and interoperable manner."
s.description = <<-DESC s.description = <<-DESC
**What is the Open Device Identification Number?** **What is the Open Device Identification Number?**
The Open Device Identification Number (ODIN) is a number designed for mobile app developers and service providers to uniquely identify their users’ devices in a convenient and interoperable manner. Unlike existing device identification schemes, ODIN is: The Open Device Identification Number (ODIN) is a number designed for mobile app developers and service providers to uniquely identify their users’ devices in a convenient and interoperable manner. Unlike existing device identification schemes, ODIN is:
- **Anonymous** A device’s ODIN does not encode any additional information beyond differentiating it from other ODINs. Having a single ODIN does not reveal any information about the originating device’s user, make, model, etc. - **Anonymous** A device’s ODIN does not encode any additional information beyond differentiating it from other ODINs. Having a single ODIN does not reveal any information about the originating device’s user, make, model, etc.
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
Maintenance of ODIN is administered by an ODIN Working Group (http://www.odinmobile.org) comprised of industry developers and service providers. Maintenance of ODIN is administered by an ODIN Working Group (http://www.odinmobile.org) comprised of industry developers and service providers.
DESC DESC
s.homepage = "http://code.google.com/p/odinmobile/" s.homepage = "http://code.google.com/p/odinmobile/"
s.license = { :type => 'Apache License 2.0', :url => 'http://www.apache.org/licenses/LICENSE-2.0' } s.license = { :type => 'Apache License 2.0' }
s.license = { s.license = {
:type => 'APACHE', :type => 'APACHE',
:text => <<-LICENSE :text => <<-LICENSE
Expand Down

0 comments on commit 86e736c

Please sign in to comment.