blob: 5af79a127f42e17f0ffe3f5f88eb9ff39e50d544 [file] [log] [blame]
{
"name": "IIAsyncViewController",
"platforms": {
"ios": 7.0
},
"version": "1.0.0",
"summary": "A UIViewController subclass specifically geared toward async data fetching.",
"homepage": "https://github.com/Inferis/IIAsyncViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"social_media_url": "https://twitter.com/inferis",
"authors": {
"Tom Adriaenssen": "http://inferis.org/"
},
"source": {
"git": "https://github.com/Inferis/IIAsyncViewController.git",
"tag": "1.0.0"
},
"source_files": "IIAsyncViewController/**/*.{h,m}",
"private_header_files": "IIAsyncViewController/Private/*.h",
"requires_arc": true
}