blob: f496256e68c163f041f6661f2881ad6b3c9afebd [file] [log] [blame]
{
"name": "ObjCBSON",
"version": "0.2.1",
"summary": "High-performance BSON serialization and deserialization in Objective-C",
"description": "High-performance BSON serialization and deserialization in Objective-C",
"homepage": "https://github.com/paulmelnikow/ObjCBSON",
"license": "Apache License, Version 2.0",
"authors": "Paul Melnikow",
"source": {
"git": "https://github.com/paulmelnikow/ObjCBSON.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/paulmelnikow",
"requires_arc": true,
"source_files": "Pod",
"private_header_files": "Pod/*-private.h",
"user_target_xcconfig": {
"USER_HEADER_SEARCH_PATHS": "$(PODS_ROOT)/libbson/src/bson"
},
"dependencies": {
"libbson": [
"1.6.1-cocoapods-rc1"
],
"OrderedDictionary": [
"~> 1.2"
]
},
"platforms": {
"osx": "10.7",
"ios": "6.0"
}
}