blob: f88f766b1209fe88e660158b6e4003e2cafa9cfd [file] [log] [blame]
{
"name": "SSCollectionViewExchangeController",
"version": "0.1.0",
"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.0"
},
"source_files": [
"SSCollectionViewExchange*.{h,m}",
"UIView+*.{h,m}",
"NSMutableArray+*.{h,m}"
],
"platforms": {
"ios": "6.0"
},
"requires_arc": true
}