blob: e17730e40d749a0b1ea4e5e8ccde6b1766308194 [file] [log] [blame]
{
"name": "NOCLibrary",
"version": "1.0.0",
"summary": "NOCLibrary is a library that provides frequently used functions in Objective-C projects.",
"homepage": "https://github.com/a-snail/NOCLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jaeo Bok": "snail.bok@gmail.com"
},
"social_media_url": "https://twitter.com/snail_bok",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/a-snail/NOCLibrary.git",
"tag": "1.0.0"
},
"source_files": "NOCLibrary/*.{h,m}",
"dependencies": {
"NOCLog": [
"~> 1.0.0"
]
}
}