blob: 04a8d3043d81004bbf516df8d93503d3c127d6c2 [file] [log] [blame]
{
"name": "TogoFramework",
"version": "0.3.2",
"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.2"
},
"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"
]
}
}