diff --git a/ProtobufObjC/0.1.0/ProtobufObjC.podspec b/ProtobufObjC/0.1.0/ProtobufObjC.podspec new file mode 100644 index 00000000000000..7bf0aaf6588f6b --- /dev/null +++ b/ProtobufObjC/0.1.0/ProtobufObjC.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = 'ProtocolBuffers' + s.version = '0.1.0' + s.license = 'MIT' + s.summary = 'An implementation of Protocol Buffers in Objective C' + s.homepage = 'http://code.google.com/p/metasyntactic/wiki/ProtocolBuffers' + s.author = { 'Cyrus' => 'cyrusn@stwing.upenn.edu' } + + s.source = { :git => 'https://github.com/booyah/protobuf-objc.git', :commit => '9eb586b2178163c2fdbdfce772a48731e5884905' } + + s.source_files = 'src/runtime/Classes/*.{h,m}' +end