blob: 1ca55baac45e15bbb32937a79dc3c7eb956d8fef [file] [log] [blame]
{
"name": "Maris",
"version": "1.0.2",
"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": "v1.0.2"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"social_media_url": "https://twitter.com/scottpetit",
"subspecs": [
{
"name": "Core",
"dependencies": {
"Mantle": [
"~> 1.5.0"
],
"AFNetworking": [
"~> 2.4.1"
]
},
"source_files": [
"Maris/Categories/*.{h,m}",
"Maris/Serializers/*.{h,m}"
]
},
{
"name": "NSURLSession",
"dependencies": {
"Maris/Core": [
],
"AFNetworking/NSURLSession": [
]
},
"source_files": "Maris/NSURLSession/*.{h,m}"
},
{
"name": "NSURLConnection",
"dependencies": {
"Maris/Core": [
],
"AFNetworking/NSURLConnection": [
]
},
"source_files": "Maris/NSURLConnection/*{h,m}"
}
]
}