blob: e6c7b53abb9c2b7013373443e4fdacf30800e981 [file] [log] [blame]
{
"name": "RecastAI",
"version": "2.0.1",
"summary": "Recast.AI Official iOS SDK in Swift",
"description": "Recast.AI Official iOS SDK in Swift. Allows you to make request to your bots.",
"homepage": "https://github.com/RecastAI",
"license": "MIT",
"authors": {
"Pierre-Edouard Lieb": "pierre-edouard.lieb@recast.ai"
},
"source": {
"git": "https://github.com/RecastAI/SDK-ios.git",
"tag": "2.0.1"
},
"social_media_url": "https://twitter.com/recastai",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Recast.AI": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"JSONJoy-Swift": [
],
"Alamofire": [
]
}
}