blob: 53b35790008bb12c3bd021b4f9ec22a4c5795112 [file] [log] [blame]
{
"name": "OnlineKit",
"version": "0.1.0",
"license": "MIT",
"summary": "All in one solution for web service models.",
"homepage": "https://github.com/legoless/OnlineKit.git",
"authors": {
"Dal Rupnik": "legoless@gmail.com"
},
"source": {
"git": "https://github.com/legoless/OnlineKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "OnlineKit/*.h",
"source_files": "OnlineKit/OnlineKit.h",
"subspecs": [
{
"name": "Core",
"source_files": "OnlineKit/Core/*.{h,m}",
"dependencies": {
"AuthKit/Core": [
]
}
},
{
"name": "GitHub",
"source_files": "OnlineKit/GitHub/*.{h,m}",
"dependencies": {
"AuthKit/GitHub": [
],
"OnlineKit/Core": [
]
}
},
{
"name": "Crashlytics",
"source_files": "OnlineKit/Crashlytics/*.{h,m}",
"dependencies": {
"AuthKit/Crashlytics": [
],
"OnlineKit/Core": [
]
}
}
]
}