blob: ee6a6b6e0d4abd71e470b1253e264d5474adf582 [file] [log] [blame]
{
"name": "RGArray",
"version": "1.1.0",
"summary": "RGArray, listen the change of internal elements (insert, delete, replace, sort)",
"description": "RGArray inherit NSMutableArray, which could make a callback for the change of internal elements (insert, delete, replace, sort), including a certain change position.",
"homepage": "https://github.com/RengeRenge/RGArray.git",
"license": "Apache License, Version 2.0",
"authors": {
"RengeRenge": "lidrkuft123@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/RengeRenge/RGArray.git",
"tag": "1.1.0"
},
"source_files": "RGArray/RGArray/*.{h,m}",
"frameworks": "UIKit"
}