blob: 00b5e02a73e7fa9590de3243899931a8d19922cd [file] [log] [blame]
{
"name": "IIAsyncViewController",
"platforms": {
"ios": 7.0
},
"version": "1.0.1",
"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.1"
},
"source_files": "IIAsyncViewController/**/*.{h,m}",
"private_header_files": "IIAsyncViewController/Private/*.h",
"requires_arc": true
}