blob: d4e71d74c945bb7767b4a9ecaf7292901a2dc236 [file] [log] [blame]
{
"name": "MyGreatLibrary",
"version": "0.1.1",
"summary": "This is my first trial cocoapods library for iOS.",
"description": "This is my first trial cocoapods library for iOS.\nYou can just ignore this meaningless code.",
"homepage": "https://github.com/mosukoshi/MyGreatLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kaname ohara": "kaname.ohara@gmail.com"
},
"source": {
"git": "https://github.com/mosukoshi/MyGreatLibrary.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "MyGreatLibrary/Classes/**/*"
}