blob: ae1a24426e8693d6446c5041fac22250a130b7d0 [file] [log] [blame]
{
"name": "FreshDemo",
"version": "0.1.0",
"summary": "An incredible library essential to all apps",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/amirshayegh/FreshDemo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"amirshayegh": "shayegh@me.com"
},
"source": {
"git": "https://github.com/amirshayegh/FreshDemo.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FreshDemo/Classes/**/*.{swift}",
"resource_bundles": {
"FreshDemo": [
"FreshDemo/Classes/**/*.{storyboard,xib}",
"FreshDemo/Assets/*.png"
]
}
}