blob: e79938e43a365432b80f22dd7880c26515c50a09 [file] [log] [blame]
{
"name": "TomDoeTestLibrary",
"version": "0.1.0",
"summary": "A simple framework that does absolutly nothing.",
"description": "This is just an attempt of creating a cocoapod. It does nothing and never will. Don't waist your time here",
"homepage": "https://github.com/yotam-supersonic/TomDoeTestLibrary",
"license": "MIT",
"authors": {
"yotam-supersonic": "yotam.ohayon@supersonic.com"
},
"source": {
"git": "https://github.com/yotam-supersonic/TomDoeTestLibrary.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TomDoeTestLibrary": [
"Pod/Assets/*.png"
]
}
}