Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ccef7b

Browse files
committed
Added podspec.
1 parent 3bda777 commit 1ccef7b

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

VVJSONSchemaValidation.podspec

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'VVJSONSchemaValidation'
3+
s.version = '1.1.0'
4+
s.authors = {'Vlas Voloshin' => '[email protected]'}
5+
s.homepage = 'https://github.com/vlas-voloshin/JSONSchemaValidation'
6+
s.social_media_url = 'https://twitter.com/argentumko'
7+
s.summary = 'JSON Schema draft 4 parsing and validation library written in Objective C.'
8+
s.source = {:git => 'https://github.com/vlas-voloshin/JSONSchemaValidation.git', :tag => '1.1.0'}
9+
s.license = 'MIT'
10+
11+
s.requires_arc = true
12+
s.ios.deployment_target = '7.0'
13+
s.osx.deployment_target = '10.9'
14+
15+
s.source_files = 'VVJSONSchemaValidation/*.{h,m}'
16+
end

0 commit comments

Comments
 (0)