blob: df21aa352d910a06a2919e180504eda3b8a0b166 [file] [log] [blame]
{
"name": "Cameo",
"version": "0.2.22",
"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.\nUse the framrwork to avoid extra repetitive work.",
"homepage": "http://cameo.hive.pt/",
"license": "Apache License, Version 2.0",
"authors": {
"hivesolutions": "development@hive.pt"
},
"source": {
"git": "https://github.com/hivesolutions/cameo.git",
"tag": "0.2.22"
},
"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"
}