blob: c7ab96e54fe54a2a92ae480c0e7086ead3bcccaf [file] [log] [blame]
{
"name": "AGOPair",
"version": "1.2.0",
"summary": "An Objective-C class that provides a way to store two objects as a single unit.",
"description": "This class couples together a pair of values, which may be of different types. The individual values can be accessed through its public members first and second.",
"homepage": "https://github.com/alexgolikov/AGOPair",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"alexgolikov": "AlexeyGolikovDev@gmail.com"
},
"source": {
"git": "https://github.com/alexgolikov/AGOPair.git",
"tag": "1.2.0"
},
"social_media_url": "https://twitter.com/AlexeyGolikov",
"platforms": {
"ios": "8.0"
},
"source_files": "AGOPair/Classes/*.{h,m}"
}