blob: 1e64e70a2a04f559745fd5c8a03c5311f017088f [file] [log] [blame]
{
"name": "AGOPair",
"version": "1.0.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.0.0"
},
"social_media_url": "https://twitter.com/AlexeyGolikov",
"platforms": {
"ios": "8.0"
},
"source_files": "AGOPair/Classes/*.{h,m}"
}