[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / e / f / 1 / MAGBehavior / 0.1.5 / MAGBehavior.podspec.json
blobe913cdcdb11bc5fed68c19a88821d011f166add0
2   "name": "MAGBehavior",
3   "version": "0.1.5",
4   "summary": "Behavior pattern implementation from MadAppGang.",
5   "description": "                   MAGBehavior is Behaviur pattern classes to help organise the code.\n\n                   more about it here:\n                   http://www.objc.io/issue-13/behaviors.html\n\n",
6   "homepage": "http://git.madappgang.com/madappgang/magbehavior",
7   "license": "MIT",
8   "authors": {
9     "Ievgen Rudenko": "i@madappgang.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "http://git.madappgang.com/madappgang/magbehavior.git",
16     "tag": "0.1.5"
17   },
18   "source_files": [
19     "MAGBehavior",
20     "MAGBehavior/**/*.{h,m}"
21   ],
22   "requires_arc": true