blob: 58c7508ff8093c52b38bd6f47a76df8f4b5af7ac [file] [log] [blame]
{
"name": "BilCocoaDemo",
"version": "0.1.1",
"summary": "A subclass on UILabel that provides a blink.",
"description": "A short description for my first cocoapods libraryA short description for my first cocoapods library.",
"homepage": "https://github.com/billy1108/DemoCocoaPods.git",
"license": "MIT",
"authors": {
"Billy Caballero": "billy.11080@gmail.com"
},
"source": {
"git": "https://github.com/billy1108/DemoCocoaPods.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BilCocoaDemo": [
"Pod/Assets/*.png"
]
}
}