blob: b43fe2c2642477e3e72e4a09f286b9bef2d229e5 [file] [log] [blame]
{
"name": "Wit",
"version": "0.1.0",
"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": "0.1.0"
},
"platforms": {
"ios": "5.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true,
"frameworks": [
"AVFoundation",
"QuartzCore"
],
"source_files": [
"Classes",
"Classes/**/*.{h,m}",
"Wit/*.{h,m}"
],
"preserve_paths": "WitResources/Images",
"resources": [
"WitResources/Images/*.png"
],
"dependencies": {
"ReactiveCocoa": [
"~> 1.3.1"
],
"AFNetworking": [
"~>1.3.3"
]
}
}