[Add] ikame_ios_sdk 1.0.425
[CocoaPods.git] / Specs / e / f / a / ObjCBSON / 0.2.1 / ObjCBSON.podspec.json
blobf496256e68c163f041f6661f2881ad6b3c9afebd
2   "name": "ObjCBSON",
3   "version": "0.2.1",
4   "summary": "High-performance BSON serialization and deserialization in Objective-C",
5   "description": "High-performance BSON serialization and deserialization in Objective-C",
6   "homepage": "https://github.com/paulmelnikow/ObjCBSON",
7   "license": "Apache License, Version 2.0",
8   "authors": "Paul Melnikow",
9   "source": {
10     "git": "https://github.com/paulmelnikow/ObjCBSON.git",
11     "tag": "0.2.1"
12   },
13   "social_media_url": "https://twitter.com/paulmelnikow",
14   "requires_arc": true,
15   "source_files": "Pod",
16   "private_header_files": "Pod/*-private.h",
17   "user_target_xcconfig": {
18     "USER_HEADER_SEARCH_PATHS": "$(PODS_ROOT)/libbson/src/bson"
19   },
20   "dependencies": {
21     "libbson": [
22       "1.6.1-cocoapods-rc1"
23     ],
24     "OrderedDictionary": [
25       "~> 1.2"
26     ]
27   },
28   "platforms": {
29     "osx": "10.7",
30     "ios": "6.0"
31   }