blob: 76c8652c53f50b2ecfc969e08bebd2e9f07e19ef [file] [log] [blame]
{
"name": "MyLibrary",
"version": "0.1.0",
"summary": "Just testing out a cocoapod library",
"description": " This is a sample library, testing things out!\n",
"homepage": "https://github.com/holiday/MyLibrary",
"license": "MIT",
"authors": {
"rashaad ramdeen": "rashaad.ramdeen@gmail.com"
},
"source": {
"git": "https://github.com/holiday/MyLibrary.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "MyLibrary/Classes",
"resource_bundles": {
"MyLibrary": [
"MyLibrary/Assets/*.png"
]
}
}