blob: 8a3f92dab5fabf49fda23590764f3c8c373f37b8 [file] [log] [blame]
{
"name": "Maris",
"version": "2.0.0",
"authors": {
"Scott Petit": "petit.scott@gmail.com"
},
"homepage": "https://github.com/ScottPetit/Maris",
"summary": "AFNetworking 2.0 and Mantle made easy",
"source": {
"git": "https://github.com/ScottPetit/Maris.git",
"tag": "v2.0.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"social_media_url": "https://twitter.com/scottpetit",
"dependencies": {
"Mantle": [
"~> 2.0.0"
],
"AFNetworking/NSURLSession": [
"~> 3.0.0"
]
},
"source_files": [
"Maris/Categories/*.{h,m}",
"Maris/Serializers/*.{h,m}",
"Maris/NSURLSession/*.{h,m}"
]
}