blob: 004b23ffed2a55928f8d48b51efef05be475ba1b [file] [log] [blame]
{
"name": "Cameo",
"version": "0.2.2",
"summary": "A generic framework for ios interaction that provides a series of utilities.",
"description": " A generic framework for ios interaction that provides a series of utilities.\n Use the framrwork to avoid extra repetitive work.\n",
"homepage": "http://cameo.hive.pt/",
"license": "GPL",
"authors": {
"hivesolutions": "development@hive.pt"
},
"source": {
"git": "https://github.com/hivesolutions/cameo.git",
"tag": "0.2.2"
},
"social_media_url": "https://twitter.com/hivesolutions",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "src/classes",
"resource_bundles": {
"HMBaseResources": [
"src/bundles/HMBaseResources.bundle/**"
]
},
"public_header_files": "src/classes/*.h"
}