blob: 08b6de02507eff6144cab31afe685fe016ce2fd1 [file] [log] [blame]
{
"name": "NimbbLibrary",
"version": "1.0.0",
"summary": "Easily integrate video recording using Nimbb into your iOS project.",
"homepage": "https://github.com/d2soft/NimbbLibrary-iOS",
"license": "MIT",
"authors": {
"D2Soft Technologies Inc.": "support@nimbb.com"
},
"social_media_url": "https://twitter.com/d2soft",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
},
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "/usr/include/libxml2"
},
"source": {
"git": "https://github.com/d2soft/NimbbLibrary-iOS.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Vendor/NimbbLib.framework/Versions/A/Headers/*.h"
],
"frameworks": [
"UIKit",
"CoreFoundation",
"MobileCoreServices"
],
"ios": {
"vendored_frameworks": "Vendor/NimbbLib.framework"
}
}