blob: 24833b14c48ba550118efbd37bedb39698113f17 [file] [log] [blame]
{
"name": "RealFakes",
"version": "0.0.4",
"summary": "A Repo that contains \"Real Fake\" objects that can be used for testing iOS applications.",
"homepage": "https://github.com/rbaumbach/RealFakes",
"license": {
"type": "MIT",
"file": "MIT-LICENSE.txt"
},
"authors": {
"Ryan Baumbach": "rbaumbach.github@gmail.com"
},
"source": {
"git": "https://github.com/rbaumbach/RealFakes.git",
"tag": "0.0.4"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "RealFakes/Source/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"SimpleOAuth2": [
"~> 0.0.3"
]
}
}