blob: 711b05664bd4d79c9d8f42fc777e1aa394f71ff9 [file] [log] [blame]
{
"name": "MaximoRESTSDK",
"version": "1.0.2",
"summary": "Maximo REST SDK API developed in Swift to be used for iOS development.",
"homepage": "https://github.ibm.com/maximo-ohio/maximo-swift-restclient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Silvino Neto": "silvv@br.ibm.com"
},
"platforms": {
"ios": "11.2"
},
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
},
"requires_arc": true,
"source": {
"git": "git@github.ibm.com:maximo-ohio/maximo-swift-restclient.git",
"tag": "1.0.2"
},
"source_files": "MaximoRESTSDK/MaximoRESTSDK/*.{h,swift}"
}