blob: 060ff4a325ab27defcb36dc199e64f4639b40580 [file] [log] [blame]
{
"name": "PodsLicenseReader",
"version": "0.0.1",
"summary": "Easily read licenses for your Cocoa Pods.",
"homepage": "https://github.com/comyarzaheri/PodsLicenseReader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Comyar Zaheri": ""
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/comyarzaheri/PodsLicenseReader.git",
"tag": "0.0.1"
},
"source_files": [
"PodsLicenseReader/*.{h,swift}",
"PodsLicenseReader/**/*.{h,swift}"
],
"module_name": "PodsLicenseReader",
"requires_arc": true
}