blob: 8fbfa97a075e1b2d81997605b8374d33d63fc8e1 [file] [log] [blame]
{
"name": "MaximoRESTSDK",
"version": "1.0.1",
"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.1"
},
"source_files": "MaximoRESTSDK/MaximoRESTSDK/*.{h,swift}"
}