blob: 125de001fe9d325d021418063c67bfdfbd481866 [file] [log] [blame]
{
"name": "PhonzieCore",
"version": "0.1.0",
"summary": "A short description of PhonzieCore.",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://www.lenis.tech",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"git": "Karen Lusinyan"
},
"source": {
"git": "https://klusinyan@bitbucket.org/klusinyan/phonziecore.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "PhonzieCore/Classes/**/*.h",
"public_header_files": "PhonzieCore/Classes/**/*.h",
"preserve_paths": "lib-pod/libPhonzieCore.a",
"vendored_libraries": "lib-pod/libPhonzieCore.a",
"frameworks": [
"UIKit",
"MobileCoreServices",
"SystemConfiguration"
]
}