[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / 9 / protobuf-ios / 2.3.2 / protobuf-ios.podspec.json
blob7730d4912da6761de791945ba4ebc7746e8b37fd
2   "name": "protobuf-ios",
3   "version": "2.3.2",
4   "summary": "An Objective-C implementation of Google proto buffer for iOS",
5   "description": "                        An Objective-C implementation of Google proto buffer for iOS\n\n                       * Support write to / parse from delimited stream (protobuf 2.3 feature).\n",
6   "homepage": "https://github.com/mingchen/protobuf-ios",
7   "license": "MIT",
8   "authors": {
9     "Ming Chen": "mockey.chen@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/mingchen/protobuf-ios.git",
13     "tag": "2.3.2"
14   },
15   "social_media_url": "https://github.com/mingchen/protobuf-ios",
16   "platforms": {
17     "ios": "5.0"
18   },
19   "requires_arc": false,
20   "source_files": "runtime/protobuf-ios/Classes",
21   "ios": {
22     "exclude_files": ""
23   },
24   "osx": {
25     "exclude_files": ""
26   }