blob: cf9ebf95a4f207e5bc8d33a50dd1017f1833c562 [file] [log] [blame]
{
"name": "iTomersCocoaPod",
"version": "0.0.2",
"summary": "Testing CocoaPod Usage for code reuse in ios development",
"description": "This is my long description here... Testing CocoaPod Usage for code reuse in ios development, yada, yada.",
"homepage": "https://github.com/TomerBu/iTomersCocoaPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "iTomerBu",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/TomerBu/iTomersCocoaPod.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.swift"
],
"requires_arc": true
}