blob: 6743828bf3188110db764b044f52a438859a87e9 [file] [log] [blame]
{
"name": "TogoFramework",
"version": "0.3.1",
"summary": "iOS Framework to build native applications managed from togocms.com",
"description": " iOS Framework to build native applications managed from togocms.com.\n TOGOcms is a Content Management System with different Modules to manage Video, Audio, Maps, Book and other Medias.\n",
"homepage": "https://github.com/clickntap/TogoFramework",
"license": "MIT",
"authors": {
"tmendici": "tonino.mendicino@clickntap.com"
},
"source": {
"git": "https://github.com/clickntap/TogoFramework.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"TogoFramework": [
"Pod/Assets/*.png",
"Pod/Assets/*.ttf",
"Pod/Assets/*.otf",
"Pod/Assets/*.js",
"Pod/Assets/*.html"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"SDWebImage": [
"~> 3.7"
],
"SDURLCache": [
"~> 1.3"
],
"UIColor-Utilities": [
"~> 1.0"
],
"TTOpenInAppActivity": [
"~> 1.0"
]
}
}