blob: 1686436c4541cbf4d4796751f06ce9642180b435 [file] [log] [blame]
{
"name": "testDragonPod",
"version": "0.0.1",
"summary": "Test DragonPod is a library which is used for testing the pod structure. This is just a dummy summary. So Please leave me alone.",
"description": " A longer description of testDragonPod in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/arjunthedragon/testDragonPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Arjun K P": "arjunthedragon@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/arjunthedragon/testDragonPod.git",
"tag": "0.0.1"
},
"source_files": [
"testDragonPod",
"testDragonPod/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "testDragonPod/**/*.h",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}