blob: 70b379548c338a287e7866a5781dbe5267bc9793 [file] [log] [blame]
{
"name": "ResearchPod",
"version": "0.0.1",
"summary": "This is a testPod used for research.",
"description": " A longer description of ResearchPod in Markdown format.\n\n * My Research Pod\n\n",
"homepage": "https://twitter.com/Tranneman",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"Duy Tran": "zeromus45@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/duytrann/MyCocoaPod.git",
"tag": "0.0.1"
},
"source_files": [
"ResearchPod",
"ResearchProject/ResearchProject/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}