blob: 6ba10b9d1b986d3e8a0b4e8437ca000284778c56 [file] [log] [blame]
{
"name": "Harvest",
"version": "0.1.1",
"summary": "Client library for the Harvestd analytics collector",
"homepage": "https://github.com/seanmcgary/harvestd-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sean McGary": "sean@seanmcgary.com"
},
"source": {
"git": "https://github.com/seanmcgary/harvestd-ios.git",
"tag": "0.1.1"
},
"source_files": "Harvest",
"exclude_files": "Classes/Exclude",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"2.3.1"
]
}
}