blob: 78c0feb56021c7e39f6e7c80b769bb32cecd7e81 [file] [log] [blame]
{
"name": "TenzingCore",
"version": "0.2.1",
"summary": "Some utilities for iOS.",
"description": " TenzingCore\n ===========\n\n Some utilities for iOS. See [Wiki](https://github.com/endSly/TenzingCore/wiki) for more info. \n",
"homepage": "http://endika.net",
"license": "MIT",
"authors": {
"Endika GutiƩrrez Salas": "me@endika.net"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/endSly/TenzingCore.git",
"tag": "0.2.1",
"submodules": true
},
"header_dir": "TenzingCore",
"requires_arc": true,
"default_subspecs": [
"Core"
],
"subspecs": [
{
"name": "Core",
"source_files": [
"TenzingCore",
"TenzingCore/**/*.{h,m}"
]
},
{
"name": "RESTService",
"source_files": [
"TenzingCore-RESTService",
"TenzingCore-RESTService/**/*.{h,m}"
],
"dependencies": {
"TenzingCore/Core": [
]
}
}
]
}