blob: e8bb6294d7fa438c659738c6f218e5cbc2451d0f [file] [log] [blame]
{
"name": "RGArray",
"version": "1.0.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.0.0"
},
"source_files": "RGArray/RGArray/*.{h,m}",
"frameworks": "UIKit"
}