blob: a8006bd76522a8db762a3474e1c4fc865f9d354c [file] [log] [blame]
{
"name": "SJNetworkHelper",
"version": "0.0.2",
"summary": "About the internet library",
"description": "It's about the internet library with swift",
"homepage": "https://github.com/SabrinaJiang14/SJNetworkHelper.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SabrinaJiang": "j.sabrina0326@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/SabrinaJiang14/SJNetworkHelper.git",
"tag": "0.0.2"
},
"source_files": "SJNetworkHelper/**/*",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/Arcane/CocoaPods/iphoneos",
"SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/Arcane/CocoaPods/iphonesimulator"
},
"dependencies": {
"Alamofire": [
"~> 4.5"
]
},
"swift_version": "4.0"
}