blob: 12ce7a768d55296279c30244296703ecea27a42f [file] [log] [blame]
{
"name": "AwesomeCategory",
"version": "0.0.1",
"summary": "Collections of iOS awesome category",
"homepage": "https://github.com/shangdahao/AwesomeCategory",
"license": {
"type": "MIT",
"text": " Copyright 2012\n Permission is granted to...\n"
},
"authors": {
"${USER_NAME}": "${USER_EMAIL}"
},
"source": {
"git": "https://github.com/shangdahao/AwesomeCategory.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "AwesomeCategory/AwesomeCategory/*.{h,m}"
}