Pod::Spec.new do |s| s.name = "datatable" s.version = '1.0.3.J2ObjC2.1.1' s.author = { "Ryan Salton" => "[email protected]" } s.source = { :git => "https://github.com/laundrapp/datatable-java.git", :tag => "1.0.3.J2ObjC2.1.1" } s.summary = "Converted to Objective-C using J2ObjC." s.homepage = "https://github.com/laundrapp/jackson-core.git" s.ios.deployment_target = '7.0' s.requires_arc = false s.source_files = 'datatable/src/main/gen/objc/**/*.{h,m}' s.public_header_files = 'datatable/src/main/gen/objc/**/*.h' s.header_mappings_dir = 'datatable/src/main/gen/objc' # s.resources = s.dependency 'diffutils', '1.3.0.J2ObjC2.1.1' s.dependency 'jackson-databind', '2.9.3.J2ObjC2.1.1' end