blob: b3359a5b5d52410d74cc556bd96fcefb20460a59 [file] [log] [blame]
{
"name": "MyLibFramework",
"version": "1.0.1",
"summary": "This is Astra SDK.",
"homepage": "https://www.miiicasa.com/astra_one.html",
"license": "MIT",
"authors": {
"Chenkiki": "sylas171@hotmail.com"
},
"platforms": {
"ios": null
},
"preserve_paths": "MyLib.framework",
"public_header_files": "MyLib.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "MyLib.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/MyLibFramework/**\""
},
"source": {
"git": "https://github.com/jakcychen/AstraSDKTest.git",
"tag": "1.0.1"
},
"requires_arc": true
}