blob: bbccccdb950dc565a1d55e82633c6126c73a1736 [file] [log] [blame]
{
"name": "RZUtils",
"version": "2.6.0",
"summary": "Commonly used iOS categories and components from the Raizlabs development team",
"description": "RZUtils is a collection of categories and smaller components for iOS development\nthat are used by the Raizlabs development team in multiple applications. This library\nwill continue to grow as components are added, edited, deprecated and removed.\n\nSee the README for more details on the individual components.",
"homepage": "https://github.com/Raizlabs/RZUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stephen Barnes": "stephen.barnes@raizlabs.com",
"Nick Bonatsakis": "nick.bonatsakis@raizlabs.com",
"Nick Donaldson": "nick.donaldson@raizlabs.com",
"Zev Eisenberg": "zev.eisenberg@raizlabs.com",
"Andrew McKnight": "andrew.mcknight@raizlabs.com",
"Alex Rouse": "alex.rouse@raizlabs.com"
},
"social_media_url": "http://twitter.com/raizlabs",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Raizlabs/RZUtils.git",
"tag": "2.6.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"default_subspecs": "All",
"subspecs": [
{
"name": "Categories",
"subspecs": [
{
"name": "CoreAnimation",
"source_files": "RZUtils/Categories/CoreAnimation/*.{h,m}",
"frameworks": "QuartzCore"
},
{
"name": "KVO",
"source_files": "RZUtils/Categories/KVO/*.{h,m}"
},
{
"name": "NSDate",
"source_files": "RZUtils/Categories/NSDate/*.{h,m}"
},
{
"name": "NSDictionary",
"source_files": "RZUtils/Categories/NSDictionary/*.{h,m}"
},
{
"name": "NSString",
"source_files": "RZUtils/Categories/NSString/*.{h,m}"
},
{
"name": "NSUndoManager",
"source_files": "RZUtils/Categories/NSUndoManager/*.{h,m}"
},
{
"name": "UIAlertView",
"source_files": "RZUtils/Categories/UIAlertView/*.{h,m}"
},
{
"name": "UIColor",
"source_files": "RZUtils/Categories/UIColor/*.{h,m}"
},
{
"name": "UIFont",
"source_files": "RZUtils/Categories/UIFont/*.{h,m}"
},
{
"name": "UIImage",
"source_files": "RZUtils/Categories/UIImage/*.{h,m}"
},
{
"name": "UIImageView",
"source_files": "RZUtils/Categories/UIImageView/*.{h,m}"
},
{
"name": "UIView",
"source_files": "RZUtils/Categories/UIView/*.{h,m}"
},
{
"name": "UIViewController",
"source_files": "RZUtils/Categories/UIViewController/*.{h,m}"
}
]
},
{
"name": "Components",
"subspecs": [
{
"name": "RZAbout",
"source_files": "RZUtils/Components/RZAbout/*.{h,m}",
"resources": "RZUtils/Resources/RZAbout/*.png"
},
{
"name": "RZAnimatedCountingLabel",
"source_files": "RZUtils/Components/RZAnimatedCountingLabel/*.{h,m}",
"frameworks": "QuartzCore"
},
{
"name": "RZAnimatedImageView",
"source_files": "RZUtils/Components/RZAnimatedImageView/*.{h,m}",
"frameworks": "QuartzCore"
},
{
"name": "RZButtonView",
"source_files": "RZUtils/Components/RZButtonView/*.{h,m}"
},
{
"name": "RZCollectionTableView",
"source_files": "RZUtils/Components/RZCollectionTableView/*.{h,m}",
"private_header_files": "RZUtils/Components/RZCollectionTableView/*Private.h"
},
{
"name": "RZCollectionViewAnimationAssistant",
"source_files": "RZUtils/Components/RZCollectionViewAnimationAssistant/*.{h,m}"
},
{
"name": "RZDelayedOperation",
"source_files": "RZUtils/Components/RZDelayedOperation/*.{h,m}"
},
{
"name": "RZLocationService",
"source_files": "RZUtils/Components/RZLocationService/*.{h,m}",
"frameworks": "CoreLocation"
},
{
"name": "RZProgressView",
"source_files": "RZUtils/Components/RZProgressView/*.{h,m}"
},
{
"name": "RZRevealViewController",
"source_files": "RZUtils/Components/RZRevealViewController/*.{h,m}"
},
{
"name": "RZSegmentedViewController",
"source_files": "RZUtils/Components/RZSegmentedViewController/*.{h,m}"
},
{
"name": "RZSingleChildContainerViewController",
"source_files": "RZUtils/Components/RZSingleChildContainerViewController/*.{h,m}"
},
{
"name": "RZSplitViewController",
"source_files": "RZUtils/Components/RZSplitViewController/*.{h,m}"
},
{
"name": "RZTelprompt",
"source_files": "RZUtils/Components/RZTelprompt/*.{h,m}"
},
{
"name": "RZViewFactory",
"source_files": "RZUtils/Components/RZViewFactory/*.{h,m}"
},
{
"name": "RZWebViewController",
"source_files": "RZUtils/Components/RZWebViewController/*.{h,m}"
}
]
},
{
"name": "TestUtilities",
"subspecs": [
{
"name": "RZWaiter",
"source_files": "RZUtils/Test Utilities/RZWaiter/*.{h,m}"
}
]
},
{
"name": "Utilities",
"subspecs": [
{
"name": "RZCommonUtils",
"source_files": "RZUtils/Utility/RZCommonUtils/*.{h,m}"
},
{
"name": "RZDispatch",
"source_files": "RZUtils/Utility/RZDispatch/*.{h,m}"
}
]
},
{
"name": "All",
"dependencies": {
"RZUtils/Categories": [
],
"RZUtils/Components": [
],
"RZUtils/Utilities": [
]
}
}
]
}