blob: d48aedcc1bf413a50e3b43e0dfc5e2b32960b82f [file] [log] [blame]
{
"name": "SimpleUIKit",
"version": "1.0.3",
"summary": "This is a collection of a few UIKit API's simplified.",
"description": "This simplifies the usage for various UIKit classes. See the subpods description",
"homepage": "https://github.com/calimarkus/SimpleUIKit",
"license": {
"type": "MIT"
},
"authors": {
"Markus Emrich": "markus.emrich@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/calimarkus/SimpleUIKit.git",
"tag": "1.0.3"
},
"subspecs": [
{
"name": "SimpleActivityView",
"source_files": "SimpleUIKit/SimpleActivityView/*.{h,m}"
},
{
"name": "SimpleAlertController",
"source_files": "SimpleUIKit/SimpleAlertController/*.{h,m}"
},
{
"name": "SimpleAttributedString",
"source_files": "SimpleUIKit/SimpleAttributedString/*.{h,m}"
},
{
"name": "SimpleLocalNotification",
"source_files": "SimpleUIKit/SimpleLocalNotification/*.{h,m}"
},
{
"name": "SimpleMotionEffects",
"source_files": "SimpleUIKit/SimpleMotionEffects/*.{h,m}"
},
{
"name": "SimplePositioning",
"source_files": "SimpleUIKit/SimplePositioning/*.{h,m}"
},
{
"name": "SimpleTableView",
"source_files": "SimpleUIKit/SimpleTableView/*.{h,m}"
}
]
}