blob: 7b8fa3e309940b83e4cac8ac662a805d559b5e51 [file] [log] [blame]
{
"name": "MyCustomFrameWork",
"version": "1.0.0",
"summary": "Test framework.",
"description": "My test framework",
"homepage": "http://pyze.com",
"license": {
"type": "Commercial",
"text": " Copyright (c) 2013-2016, Pyze Technologies.\n All rights reserved.\n"
},
"authors": {
"iOS Dev team": "ios@pyze.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/vnramachandra/MyCustomFrameWork-Library.git",
"tag": "v1.0.0"
},
"ios": {
"vendored_frameworks": "MyCustomFrameWork.framework",
"exclude_files": [
".git",
".gitignore"
]
},
"frameworks": [
"CoreTelephony",
"SystemConfiguration"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}