blob: 368933719587b74658eefacf02e4b9190c9c518f [file] [log] [blame]
{
"name": "ISMediaKit",
"version": "1.0.0",
"summary": "Utilities for managing media",
"homepage": "https://github.com/jbmorley/ISMediaKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jason Barrie Morley": "jason.morley@inseven.co.uk"
},
"source": {
"git": "https://github.com/jbmorley/ISMediaKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "ISMediaKit/*.{h,m}",
"requires_arc": true,
"dependencies": {
"iTVDb": [
"~> 0.0.5"
],
"ILMovieDB": [
"~> 0.0.2"
],
"ISUtilities": [
"~> 1.1"
]
}
}