blob: 12c7e7fea0cb5e6379cf818ca6a21dcee6698534 [file] [log] [blame]
{
"name": "SSCollectionViewExchangeController",
"version": "0.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "SSCollectionViewExchangeController manages the process of exchanging 2 items in a collection view.",
"homepage": "https://github.com/murraysagal/SSCollectionViewExchangeController",
"authors": {
"Murray Sagal": "murraysagal@mac.com"
},
"source": {
"git": "https://github.com/murraysagal/SSCollectionViewExchangeController.git",
"tag": "0.1.1"
},
"source_files": [
"SSCollectionViewExchange*.{h,m}",
"UIView+*.{h,m}",
"NSMutableArray+*.{h,m}"
],
"platforms": {
"ios": "6.0"
},
"requires_arc": true
}