blob: 217677bfc3799afbcf885ce56670ed9e348d2411 [file] [log] [blame]
{
"name": "UTLib",
"version": "0.1.0",
"summary": "Collection of different extesions.",
"homepage": "https://bitbucket.org/mkareta/utlib",
"license": "MIT",
"authors": {
"Max Kareta": "max.kareta@gmail.com"
},
"source": {
"git": "https://bitbucket.org/mkareta/utlib.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "UTLib",
"source_files": "UTLib/**/*",
"public_header_files": "UTLib/**/*.h"
},
{
"name": "UTTable",
"source_files": "UTTable/**/*",
"public_header_files": "UTTable/**/*.h",
"dependencies": {
"UTLib/UTLib": [
]
}
}
]
}