blob: 4136955eb7fcf0abe54145a9eb99fb4842424db1 [file] [log] [blame]
{
"name": "RFInitializing",
"version": "1.2.0",
"summary": "Make object initialization easier. Stop writing init methods again and again.",
"homepage": "https://github.com/RFUI/RFInitializing",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BB9z": "bb9z@me.com"
},
"source": {
"git": "https://github.com/RFUI/RFInitializing.git",
"tag": "1.2.0"
},
"platforms": {
"osx": "10.8",
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": [
"RFInitializing.{h,m}"
],
"public_header_files": [
"RFInitializing.h"
]
}