blob: fff32518afb014ea9a719502d6177c12accb5747 [file] [log] [blame]
{
"name": "INLib",
"version": "1.0",
"summary": "A little iOS Library with common tasks.",
"homepage": "https://github.com/indieSoftware/INLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Sven Korset",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/indieSoftware/INLib.git",
"tag": "1.0"
},
"source_files": "INLib/*.h",
"subspecs": [
{
"name": "CMethods",
"source_files": "INLib/CMethods/**/*.{h,m}"
},
{
"name": "Macros",
"source_files": "INLib/Macros/**/*.{h,m}"
},
{
"name": "Classes",
"source_files": "INLib/Classes/**/*.{h,m}",
"dependencies": {
"INLib/Macros": [
]
}
},
{
"name": "Categories",
"source_files": "INLib/Categories/**/*.{h,m}",
"dependencies": {
"INLib/Classes": [
]
}
}
]
}