blob: 58473a129275f05b1ac31de43575a301e5c9506b [file] [log] [blame]
{
"name": "JFFoundation",
"version": "0.1.0",
"summary": "Cocoa Foundation framework categories.",
"description": "Cocoa Foundation framework categories wrote in Objective-C.",
"homepage": "https://github.com/jumpingfrog0/JFFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jumpingfrog0": "jumpingfrog0@gmail.com"
},
"source": {
"git": "https://github.com/jumpingfrog0/JFFoundation.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Source/Classes/**/*.{h,m}",
"public_header_files": "Source/Classes/**/*.h",
"frameworks": "Foundation"
}