blob: 19868335326a69da49399429d2f878174db2994f [file] [log] [blame]
{
"name": "Boat",
"version": "0.1.1",
"summary": "Boat: A library to draw something",
"description": " A library to draw something.\n A library to draw something.\n",
"homepage": "https://github.com/binku87/Boat",
"license": "MIT",
"authors": {
"binku": "binku87@gmail.com"
},
"source": {
"git": "https://github.com/binku87/Boat.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"Boat": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"1.3.3"
],
"AFNetworking-Synchronous": [
]
}
}