blob: 3f92a11e785ceb7553fe551c35274aa3bf1cfa0e [file] [log] [blame]
{
"name": "ARObjectCollectionViewController",
"version": "1.0.1",
"summary": "Can present a JSON NSString, JSON NSData, JSON URL, XML NSData, XML URL, RSS NSData, RSS URL, NSDictionary, NSArray, NSSet, EXIF Metadata...",
"homepage": "https://github.com/alexruperez/ARObjectCollectionViewController",
"screenshots": "https://raw.githubusercontent.com/alexruperez/ARObjectCollectionViewController/master/screenshot.png",
"license": "MIT",
"authors": {
"Alex Rupérez": "contact@alexruperez.com"
},
"social_media_url": "http://twitter.com/alexruperez",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/alexruperez/ARObjectCollectionViewController.git",
"tag": "1.0.1"
},
"source_files": "ARObjectCollectionViewController/**/*.{h,m,swift}",
"public_header_files": "ARObjectCollectionViewController/**/*.h",
"frameworks": [
"UIKit",
"CoreGraphics"
],
"requires_arc": true
}