blob: 24115c67d7fb665ef0bef1cdd7692520f391f15e [file] [log] [blame]
{
"name": "PowerPack-iOS",
"version": "0.1.1",
"summary": "Miscellaneous utilities for faster iOS development",
"description": " This library provides a bunch of miscellaneous utilities\n that can be used to accelerate the development of iOS apps.\n Most of these utilities are provided by categories, for easy\n access all throughout the app and to make it feasible to bring\n these utilities into legacy apps.\n",
"homepage": "https://github.com/tsilva/PowerPack-iOS",
"license": "MIT",
"authors": {
"Tiago Silva": "eng.tiago.silva@gmail.com"
},
"source": {
"git": "https://github.com/tsilva/PowerPack-iOS.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"UIKit",
"Social",
"SystemConfiguration"
],
"dependencies": {
"Reachability": [
],
"GPUImage": [
],
"Parse": [
],
"ParseUI": [
],
"ParseFacebookUtils": [
]
}
}