blob: 32041f0875343d1b9937af3c8bc5fced94359471 [file] [log] [blame]
{
"name": "RCiOSLibrary",
"version": "0.0.1",
"summary": "First cocoapod framework",
"swift_version": "4.1",
"description": "\"First cocoapod framework\"",
"homepage": "https://github.com/raymondChan23/RCiOSLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Raymond_Chan": "cwchoi32@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/raymondChan23/RCiOSLibrary.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"RCiOSLibrary/RCiOSLibrary/*.{h,m,swift}"
],
"requires_arc": true,
"dependencies": {
"Alamofire": [
"4.7.3"
]
}
}