Skip to content

Commit

Permalink
release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisleefulton committed Feb 11, 2013
1 parent 3a9dfb7 commit 5bcdaca
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions PgMdAtom/1.1.3/PgMdAtom.podspec
@@ -0,0 +1,50 @@
Pod::Spec.new do |s|
s.name = "PgMdAtom"
s.version = "1.1.3"
s.summary = "Complete ATOM parser for iOS."
s.homepage = "https://pagemeld.com/code/PgMdAtom"

s.license = {
:type => 'APACHE',
:text => <<-LICENSE
Copyright 2013 Curtis Lee Fulton
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
LICENSE
}

s.author = { "curtisleefulton" => "curtisleefulton@gmail.com" }

s.source = { :git => "https://github.com/curtisleefulton/PgMdAtom.git", :tag => "v1.1.3" }

s.platform = :ios, '6.0'


s.ios.deployment_target = '6.0'

s.source_files = 'Classes', '**/*.{h,m}'




s.framework = 'SenTestingKit'


s.requires_arc = true

s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(SDKROOT)/Developer/Library/Frameworks" "$(DEVELOPER_LIBRARY_DIR)/Frameworks"' }

end

0 comments on commit 5bcdaca

Please sign in to comment.