blob: b64dd863dfc78e3417663950f09e2d763997d733 [file] [log] [blame]
{
"name": "Wit",
"version": "1.0.2",
"summary": "Wit.AI Official SDK",
"description": " Official Wit SDK, https://wit.ai/docs/ios-tutorial/\n",
"homepage": "https://github.com/wit-ai/wit-ios-sdk",
"authors": {
"Willy Blandin": "willy@wit.ai"
},
"source": {
"git": "https://github.com/wit-ai/wit-ios-sdk.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "6.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true,
"frameworks": [
"QuartzCore",
"AudioToolbox"
],
"source_files": [
"Classes",
"Classes/**/*.{h,m}",
"Wit/*.{h,m}"
],
"preserve_paths": "WitResources/Images",
"resources": [
"WitResources/Images/*.png"
],
"dependencies": {
"ReactiveCocoa": [
"~> 1.3.1"
],
"AFNetworking": [
"~> 2.1.0"
]
}
}