blob: be4b076706adafab2344818634ac5ff28c1698a7 [file] [log] [blame]
{
"name": "Nap",
"version": "0.1.0",
"summary": "The easiest REST Networking Framework base on AFNetworking.",
"homepage": "https://github.com/remaerd/Nap",
"license": {
"type": "MIT"
},
"authors": {
"Sean Cheng": "sean@extremelylimited.com"
},
"source": {
"git": "https://github.com/remaerd/nap.git",
"tag": "0.1.0"
},
"requires_arc": true,
"frameworks": "Accounts",
"platforms": {
"ios": "7.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "Nap/**/*.{h,m}",
"exclude_files": "Nap/Authenticators",
"dependencies": {
"AFNetworking": [
]
}
},
{
"name": "OAuth1",
"source_files": "Nap/Authenticators/OAuth1/",
"dependencies": {
"Nap/Core": [
]
}
},
{
"name": "OAuth2",
"source_files": "Nap/Authenticators/OAuth2/",
"dependencies": {
"Nap/Core": [
]
}
},
{
"name": "XAuth",
"source_files": "Nap/Authenticators/XAuth/",
"dependencies": {
"Nap/Core": [
]
}
},
{
"name": "Apple",
"source_files": "Nap/Authenticators/Apple/",
"dependencies": {
"Nap/Core": [
]
}
}
]
}