| { |
| "name": "CommonUtils", |
| "version": "1.5.0-beta36", |
| "summary": "Common Utilities.", |
| "homepage": "https://bitbucket.org/mrklteam/commonutils", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Karen Lusinyan": "karen.lusinyan.developerios@gmail.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://mrcararia@bitbucket.org/mrklteam/commonutils.git", |
| "tag": "1.5.0-beta36" |
| }, |
| "prefix_header_file": "CommonUtils/Classes/Lib-Prefix.pch", |
| "requires_arc": true, |
| "source_files": "CommonUtils/Classes/**/*.{h,m}", |
| "exclude_files": [ |
| "CommonUtils/Classes/Categories/NSString/GTMNSString+HTML.{h,m}", |
| "CommonUtils/Classes/Categories/NSString/NSString+HTML.{h,m}", |
| "CommonUtils/Classes/Network/CUReachability.{h,m}" |
| ], |
| "dependencies": { |
| "AFNetworking": [ |
| |
| ], |
| "Canvas": [ |
| |
| ] |
| }, |
| "resource_bundles": { |
| "CommonUtils": [ |
| "CommonUtils/Resources/Nibs/**/*.*", |
| "CommonUtils/Resources/Images/**/*.*", |
| "CommonUtils/Resources/Sounds/**/*.*", |
| "CommonUtils/Classes/Controllers/Progress/CommonProgress.bundle", |
| "CommonUtils/Classes/Controllers/Book/CommonBook.bundle", |
| "CommonUtils/Classes/Controllers/BarcodeReader/CommonBarcode.bundle", |
| "CommonUtils/Classes/SplitViewController/Split.bundle" |
| ] |
| }, |
| "frameworks": [ |
| "SystemConfiguration", |
| "MobileCoreServices", |
| "CoreTelephony", |
| "AdSupport", |
| "iAd", |
| "GameKit", |
| "SpriteKit" |
| ], |
| "subspecs": [ |
| { |
| "name": "no-arc", |
| "requires_arc": false, |
| "source_files": [ |
| "CommonUtils/Classes/Categories/NSString/GTMNSString+HTML.{h,m}", |
| "CommonUtils/Classes/Categories/NSString/NSString+HTML.{h,m}", |
| "CommonUtils/Classes/Network/CUReachability.{h,m}" |
| ] |
| } |
| ] |
| } |