| { |
| "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" |
| } |