blob: 6ee349cbbe1e6fdc8e98f0d82994e483e1878570 [file] [log] [blame]
{
"name": "OCExample",
"version": "1.0.1",
"summary": "iOS Example Framework.",
"description": "iOS Example Framework using ObjC.",
"homepage": "https://github.com/tospery/OCExample",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tospery": "tospery@gmail.com"
},
"source": {
"git": "https://github.com/tospery/OCExample.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "OCExample/Classes/**/*",
"frameworks": [
"Foundation",
"UIKit",
"WebKit"
],
"dependencies": {
"Mantle": [
"2.1.0"
]
}
}